Don't call OPENSSL_cleanup().
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 21 Jul 2021 09:54:34 +0000 (11:54 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 21 Jul 2021 09:54:34 +0000 (11:54 +0200)
commit3bfdf45893f28f232c5851eb67d1800dc5004687
tree912e1c2639d5dd85e52fb4907a66b4a32900ba58
parent877d3b563002b81b7000412098d21c56d5a4ed09
Don't call OPENSSL_cleanup().

Some versions of LibreSSL don't have this function, even if they support
the rest of the OpenSSL 1.1 API. It also doesn't seem to affect the
output of Valgrind, so it looks like it's not necessary at all.
src/openssl/crypto.c