Cascade no-dgram from no-sock in Configure not e_os.h
authorMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 10:24:49 +0000 (11:24 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 13:52:46 +0000 (14:52 +0100)
commit505f74ca34ea59f18ec980d1fd9150d8e348d1e3
tree9ec756807191c0cfb5c6c18beb8fddfcc014d3f5
parent9fb80e3ceb66ae07d9ed9be133bf01f6d7116ebc
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>
Configure
e_os.h