There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / apps / openssl.c
index a2a263062dfb5bfdb5224bec95e9630c043a7de9..5f0ffa9fd49704bccb5cb30ad4eb8114c0064a0d 100644 (file)
@@ -201,7 +201,7 @@ end:
                config=NULL;
                }
        if (prog != NULL) lh_free(prog);
-       if (arg.data != NULL) Free(arg.data);
+       if (arg.data != NULL) OPENSSL_free(arg.data);
        ERR_remove_state(0);
 
        EVP_cleanup();