X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fopenssl%2Fcrypto.c;h=5b866b0b0293c34c8198872f51fa4bbb59b80977;hb=0c7e0210d900185d4c1a9ffd969dc2a26d9523a9;hp=ed8c8e296c6d37998505eafb906773cacc87564a;hpb=a99ded7d987c3242f972162e02767c498257f2b8;p=tinc diff --git a/src/openssl/crypto.c b/src/openssl/crypto.c index ed8c8e29..5b866b0b 100644 --- a/src/openssl/crypto.c +++ b/src/openssl/crypto.c @@ -99,5 +99,7 @@ void crypto_init(void) { void crypto_exit(void) { EVP_cleanup(); + ERR_free_strings(); + ENGINE_cleanup(); random_exit(); }