Undo the changes I just made. I'm not sure what I was thinking of.
[openssl.git] / apps / gendsa.c
index b1a1c4fcfae9fdfb3c1aa1435b1566066be4659d..1937613849fc02e178cc565ba2de1720f9cb592c 100644 (file)
@@ -211,7 +211,7 @@ end:
        if (in != NULL) BIO_free(in);
        if (out != NULL) BIO_free(out);
        if (dsa != NULL) DSA_free(dsa);
-       if(passout) Free(passout);
+       if(passout) OPENSSL_free(passout);
        EXIT(ret);
        }
 #endif