]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commita18458cff51c55e3b7f502042a6483410d1c452d
tree90c5732db7112c9fe82c3fc6794ee707062bf909
parentb1684c15322f08a51bb81fb1b7268887225751f8
build: No longer check for CRYPTO_cleanup_all_ex_data().

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.
configure.ac
openssl.c