EVP_Cleanup() when quitting.
[tinc] / src / tincd.c
index 2e44d2c..8869cca 100644 (file)
@@ -509,6 +509,8 @@ end:
 #ifndef HAVE_MINGW
        remove_pid(pidfilename);
 #endif
+
+       EVP_cleanup();
        
        return status;
 }