]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_openssl.c
Check for LIBRESSL_VERSION_NUMBER in tls_openssl.c
authorMarek BehĂșn <kabel@blackhole.sk>
Tue, 17 Nov 2015 15:21:02 +0000 (16:21 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 22 Nov 2015 10:00:53 +0000 (12:00 +0200)
commit36e820605f113b4a02f2033d6c7a69bc5e707a03
treeedbe3844d5354a4930263dd636b176abd322afe4
parent29fb191cfd697c39eaf2ba2315738507b281dc42
Check for LIBRESSL_VERSION_NUMBER in tls_openssl.c

LibreSSL does not yet support the new API, so do not use it
when LIBRESSL_VERSION_NUMBER macro is defined.

Signed-off-by: Marek Behun <kabel@blackhole.sk>
src/crypto/tls_openssl.c