OpenSSL: Update to match the modified DH_get0_key() API
authorJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 21:35:17 +0000 (00:35 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 21:35:17 +0000 (00:35 +0300)
commite6804fef93fa0c7e244baa80ee15d1a515ce0976
treef770e0197aa644831f9a2773d5af229036161b69
parentfc1e2c0d91a15a13d30219a5f5d2878197368902
OpenSSL: Update to match the modified DH_get0_key() API

OpenSSL 1.1.0 (master branch) apparently ended up modifying the API
after the beta 2 release that was supposed to complete the work. Mark
the variables const to fix the compilation with the modified OpenSSL
API.

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