build: Check also for CRYPTO_cleanup_all_ex_data.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Dec 2018 17:11:40 +0000 (18:11 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 16 Feb 2019 19:14:44 +0000 (20:14 +0100)
commita03519e08af6bb3d4a6ba9477eb6a02d6f4c48df
treefd93b7aaeb8b15de695d9e313af4deaef7a49801
parentddecac81e92694005c8577ea7246caeeefe8361b
build: Check also for CRYPTO_cleanup_all_ex_data.

FreeBSD 12 does not seem to have it. This is not fatal since omitting
the call to CRYPTO_cleanup_all_ex_data() just results in a harmless
memory leak at exit.
configure.ac
openssl.c