]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Remove SSL_{CTX_,}_clear_options ifdefs
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 21 Dec 2016 10:06:21 +0000 (12:06 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 21 Dec 2016 10:06:21 +0000 (12:06 +0200)
commit4be02b71bb82ac8571f533a9214e7205a398e401
tree56fcc835743f0d77aecadf67a5dc267e27e54d79
parente297cc0d23f77cdb3cd89ca28f8c4f28eab0be9d
OpenSSL: Remove SSL_{CTX_,}_clear_options ifdefs

This simplifies the implementation since the SSL_clear_options() and
SSL_CTX_clear_options() are available in all supported versions of
OpenSSL. These were previously needed with older (now obsolete) versions
of OpenSSL, but the ifdefs were missed when removing the more explicit
version macro based backwards compatibility sections.

In practice, this reverts commit
d53d2596e4919bc2f7b6acfa6a9a9baba1d68360.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/tls_openssl.c