]> git.ipfire.org Git - thirdparty/hostap.git/commit
LibreSSL: Fix build with LibreSSL
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 15 Jan 2016 12:06:46 +0000 (14:06 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jan 2016 12:06:46 +0000 (14:06 +0200)
commit587b0457e0238b7b1800d46f5cdd5e1d2b06732f
tree24b91de8bfdf41f986e2b35e55771642143a96f5
parent0daa9f6a134ce8f053e30b086707a7bf5082e9bf
LibreSSL: Fix build with LibreSSL

The changes needed for OpenSSL 1.1.0 had broken this since LibreSSL is
defining OPENSSL_VERSION_NUMBER in a manner that claims it to be newer
than the current OpenSSL version even though it does not support the
current OpenSSL API.

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