Don't assume sa.sa_family is a short int.
[tinc] / src / openssl / crypto.c
index ed8c8e2..5b866b0 100644 (file)
@@ -99,5 +99,7 @@ void crypto_init(void) {
 
 void crypto_exit(void) {
        EVP_cleanup();
+       ERR_free_strings();
+       ENGINE_cleanup();
        random_exit();
 }