VMS: tell the C compiler to use the ISO C94 standard
[openssl.git] / apps / genrsa.c
index bdcb20c7ac3cd07094f1643b197d092e292f618e..033e692b21a0a672d1a8a0b9da0eb07cad75e352 100644 (file)
@@ -166,6 +166,7 @@ int genrsa_main(int argc, char **argv)
     BN_GENCB_free(cb);
     RSA_free(rsa);
     BIO_free_all(out);
+    release_engine(eng);
     OPENSSL_free(passout);
     if (ret != 0)
         ERR_print_errors(bio_err);