]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Update session_secret callback to match OpenSSL 1.1.0 API
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 14 Jan 2016 17:28:33 +0000 (19:28 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 14 Jan 2016 17:28:33 +0000 (19:28 +0200)
commit3fb3bea8e9cc491cb92201567f112bba221e32a3
tree795ecb497a9879032635360039ecabaf82e2c85b
parent72a4c5ceb67ec565b786d14a62069da1382cb511
OpenSSL: Update session_secret callback to match OpenSSL 1.1.0 API

The SSL_CIPHER **cipher argument was marked const in OpenSSL 1.1.0
pre-release 2 similarly to how this is in BoringSSL. Fix build with that
in preparation for supporting OpenSSL 1.1.0.

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