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 ?" n \
                                     "enable-tlsext"             \
                                     "disable-tlsext"
