There have been a number of complaints from a number of sources that names
[openssl.git] / apps / req.c
index eb338eeb1b2b2dd42c244132b40bfd4476353266..dd376949fda39c5e887dbbb4afc7b812944adb63 100644 (file)
@@ -878,8 +878,8 @@ end:
        EVP_PKEY_free(pkey);
        X509_REQ_free(req);
        X509_free(x509ss);
-       if(passargin && passin) Free(passin);
-       if(passargout && passout) Free(passout);
+       if(passargin && passin) OPENSSL_free(passin);
+       if(passargout && passout) OPENSSL_free(passout);
        OBJ_cleanup();
 #ifndef NO_DSA
        if (dsa_params != NULL) DSA_free(dsa_params);