EVP_Cleanup() when quitting.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 13 Jan 2006 11:09:19 +0000 (11:09 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 13 Jan 2006 11:09:19 +0000 (11:09 +0000)
src/tincd.c

index 2e44d2c..8869cca 100644 (file)
@@ -509,6 +509,8 @@ end:
 #ifndef HAVE_MINGW
        remove_pid(pidfilename);
 #endif
+
+       EVP_cleanup();
        
        return status;
 }