]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: No longer check for CRYPTO_cleanup_all_ex_data().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 Jun 2023 20:53:32 +0000 (22:53 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:34:49 +0000 (12:34 +0100)
Recent openssl versions no longer declare this unless the openssl API
compatibility version is set explicitly, in which case it gets defined
as a macro which does nothing. Either way, the check in configure.ac
and the call in openssl.c can go away.


No differences found