]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-pwd: Remove unnecessary OpenSSL EVP_sha256() registration
authorJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 23:20:10 +0000 (01:20 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 23:20:10 +0000 (01:20 +0200)
commit453553698c21d6fcc80499e34664128a47de6a36
tree260ce6144ac7e7dfb2c9c965e0682cc7b201c666
parentafbe57d981042f5abcd7c21016c6979016bbc81f
EAP-pwd: Remove unnecessary OpenSSL EVP_sha256() registration

This gets registered in tls_openssl.c from tls_init(), so there is no
need for EAP-pwd implementation to register explicitly. This avoids some
corner cases where OpenSSL resources do not get fully freed on exit.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_pwd.c
src/eap_server/eap_server_pwd.c