Switch rlm_eap_pwd to HMAC_CTX_new/free
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 15:45:46 +0000 (16:45 +0100)
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 16:12:07 +0000 (17:12 +0100)
commit47c2124e5931f8f20056e4b0f013917839557e22
tree6981be6f1a82f720c29c56f5f90b4129544a9853
parent340b9ccb09beb5414d4ee254004ebcc05f9c3746
Switch rlm_eap_pwd to HMAC_CTX_new/free

Switch rlm_eap_pwd.c to using HMAC_CTX_new and HMAC_CTX_free to
allocate/free HMAC contexts, thus making it support OpenSSL v1.1.0.
src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.c