summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/CONFIGURE')
-rwxr-xr-xcrypto/openssl/CONFIGURE6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssl/CONFIGURE b/crypto/openssl/CONFIGURE
index 6aeff9b588..ee32e708a8 100755
--- a/crypto/openssl/CONFIGURE
+++ b/crypto/openssl/CONFIGURE
@@ -3,4 +3,8 @@ message "Detected NO SSE support." &&
message "Enabling SSE support when none exists can lead to a" &&
message "broken installation. You are advised to disable it." &&
config_query OPENSSL_SSE "Are you sure you want to enable SSE support?" n
-fi
+fi &&
+
+config_query_option OPENSSL_TLSEXT "enable TLS extensions ?" n \
+ "enable-tlsext" \
+ "disable-tlsext"