]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix build with older OpenSSL versions
authorJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 09:55:52 +0000 (12:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 09:55:52 +0000 (12:55 +0300)
commitd53d2596e4919bc2f7b6acfa6a9a9baba1d68360
tree47b9cc9d26ba3603a51c809cda456a8ac8066bbb
parent54d4ba427ca5e918730380aa822e1037e4b7b069
Fix build with older OpenSSL versions

Check that SSL_clear_options and SSL_CTX_clear_options are defined
before using them to avoid compilation failures with older OpenSSL
versions that did not include these macros.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c