When only the key is given to "enc", the IV is undefined
[openssl.git] / apps / gendsa.c
index 57ef0da46d99e96dc617538aee588d5b14efec21..b990eecbd24b82f2b81e1d1f4d24e6479e9fa5b1 100644 (file)
@@ -231,6 +231,7 @@ end:
        if (out != NULL) BIO_free_all(out);
        if (dsa != NULL) DSA_free(dsa);
        if(passout) OPENSSL_free(passout);
+       apps_shutdown();
        EXIT(ret);
        }
 #endif