Add ecp_nistz256-armv8 module.
[openssl.git] / apps / genrsa.c
index 1b06c82e40a0008a630887d02238e0ba0e18170d..cf60219642e622fc36ab4854cc14e11aa3384d35 100644 (file)
@@ -312,8 +312,7 @@ int MAIN(int argc, char **argv)
     if (cb)
         BN_GENCB_free(cb);
     RSA_free(rsa);
-    if (out)
-        BIO_free_all(out);
+    BIO_free_all(out);
     if (passout)
         OPENSSL_free(passout);
     if (ret != 0)