]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Support OpenSSL 1.1.0 DH opacity
authorJouni Malinen <j@w1.fi>
Tue, 19 Apr 2016 22:20:00 +0000 (01:20 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 19 Apr 2016 22:20:00 +0000 (01:20 +0300)
commit49fe2ada20d5fd53c0388442d23e7f03086f4d57
tree98aaf7da30e961cebe36195b19f2f6d7f4d2b1c3
parentb92d2a57ef097fe242508e4878163c970e487955
OpenSSL: Support OpenSSL 1.1.0 DH opacity

The OpenSSL 1.1.0 Beta 2 release made DH opaque and that broke
compilation of crypto_openssl.c. Fix this by using the new accessor
functions when building against OpenSSL 1.1.0 or newer.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c