There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / crypto / asn1 / x_val.c
index 1a2f49ffdfd2e227d876912232e0560f18f40f55..0f8f020b57d332f1d97c1819248bb0e44bd0bb3e 100644 (file)
@@ -104,6 +104,6 @@ void X509_VAL_free(X509_VAL *a)
        if (a == NULL) return;
        M_ASN1_TIME_free(a->notBefore);
        M_ASN1_TIME_free(a->notAfter);
-       Free(a);
+       OPENSSL_free(a);
        }