X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fopenssl%2Fcrypto.c;h=bf9fe08a657f63464b6003cc320a4b34ff0d2607;hb=3bfdf45893f28f232c5851eb67d1800dc5004687;hp=7e020e61f9150ed6d9863f7c06191fb63fdf7421;hpb=877d3b563002b81b7000412098d21c56d5a4ed09;p=tinc diff --git a/src/openssl/crypto.c b/src/openssl/crypto.c index 7e020e61..bf9fe08a 100644 --- a/src/openssl/crypto.c +++ b/src/openssl/crypto.c @@ -20,7 +20,6 @@ #include "../system.h" #include -#include #include #include "../crypto.h" @@ -103,6 +102,5 @@ void crypto_init(void) { } void crypto_exit(void) { - OPENSSL_cleanup(); random_exit(); }