summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/CONFIGURE
blob: 9ff1556d686b7918b91f5c01353228824780f7ec (plain) (blame)
1
2
3
4
5
6
7
8
9
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 &&

# Broken in 0.9.8y, remove option (Bug #511)
persistent_remove OPENSSL_TLSEXT