commit | 9998b32cb63b0bdd3d014abfa1d70e9a2c20a283 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Mar 17 10:21:25 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Mar 17 12:32:59 2017 +0000 |
tree | eaec96f53420b09da26d3ba4d23d6d39a2215f0f | |
parent | 3fb2c3e452c9adea24edf8b0b96f6325c0473ee9 [diff] |
Fix no-dtls builds Commits f2ff1432f in master and 14d4d7eda in 1.1.0 broke the no-dtls build by moving the position of a "#endif" for OPENSSL_NO_DTLS in a change which is otherwise unrelated to DTLS. This puts it back to where it was. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2974)