aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-20 11:24:49 +0100
committerMatt Caswell <matt@openssl.org>2016-04-20 14:52:46 +0100
commit505f74ca34ea59f18ec980d1fd9150d8e348d1e3 (patch)
tree9ec756807191c0cfb5c6c18beb8fddfcc014d3f5 /Configure
parent9fb80e3ceb66ae07d9ed9be133bf01f6d7116ebc (diff)
downloadopenssl-505f74ca34ea59f18ec980d1fd9150d8e348d1e3.tar.gz
Cascade no-dgram from no-sock in Configure not e_os.h
e_os.h was defining OPENSSL_NO_DGRAM if OPENSSL_NO_SOCK was defined. This causes link problems on Windows because the generated .def files still contain the DGRAM symbols even though they have not been compiled. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index a7b9ed564f..367ede3648 100755
--- a/Configure
+++ b/Configure
@@ -364,7 +364,7 @@ my @disable_cascades = (
"ec" => [ "ecdsa", "ecdh" ],
"dgram" => [ "dtls", "sctp" ],
- "sock" => [ "sctp" ],
+ "sock" => [ "dgram" ],
"dtls" => [ @dtls ],
# SSL 3.0, (D)TLS 1.0 and TLS 1.1 require MD5 and SHA