There have been a number of complaints from a number of sources that names
[openssl.git] / apps / genrsa.c
index 6fe578d69feb675ed44216a1704ee9d51b9cb096..4cbccf8456e003bc3a7a89b070ce4f07216213e1 100644 (file)
@@ -213,7 +213,7 @@ bad:
 err:
        if (rsa != NULL) RSA_free(rsa);
        if (out != NULL) BIO_free(out);
-       if(passout) Free(passout);
+       if(passout) OPENSSL_free(passout);
        if (ret != 0)
                ERR_print_errors(bio_err);
        EXIT(ret);