summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/CONFIGURE
blob: 9f280153318eeb701d183ab0454aa5fbf679c47f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if ! grep -q "sse" /proc/cpuinfo ; then
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 &&

config_query_option  OPENSSL_TLSEXT  "Enable TLS extensions ?" y \
                                     "enable-tlsext"             \
                                     "disable-tlsext"