Check for EVP_CIPHER_CTX_new in rlm_eap_pwd
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 13:40:52 +0000 (14:40 +0100)
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 16:12:17 +0000 (17:12 +0100)
commit7d08baf8476f85d3fadec7247b4ac6605fcb4648
tree25f65c19cf907edfe67e13df28dd868062fafa5f
parent47c2124e5931f8f20056e4b0f013917839557e22
Check for EVP_CIPHER_CTX_new in rlm_eap_pwd

Switch to checking for EVP_CIPHER_CTX_new instead of EVP_cleanup to detect
presence of libcrypto in rlm_eap_pwd configure.ac, because EVP_cleanup was
removed as symbol from OpenSSL 1.1, and the check would always fail.

Previously only rlm_eap_fast configure.ac was switched.
src/modules/rlm_eap/types/rlm_eap_pwd/configure
src/modules/rlm_eap/types/rlm_eap_pwd/configure.ac