commit | 505f74ca34ea59f18ec980d1fd9150d8e348d1e3 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Apr 20 11:24:49 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Wed Apr 20 14:52:46 2016 +0100 |
tree | 9ec756807191c0cfb5c6c18beb8fddfcc014d3f5 | |
parent | 9fb80e3ceb66ae07d9ed9be133bf01f6d7116ebc [diff] |
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>