There have been a number of complaints from a number of sources that names
[openssl.git] / crypto / x509v3 / v3_pku.c
index 30a62c6090f7203a59245bfd7f28586deb523911..47f9e8f123a965f2613470dff039780b58cf2180 100644 (file)
@@ -121,7 +121,7 @@ void PKEY_USAGE_PERIOD_free(PKEY_USAGE_PERIOD *a)
        if (a == NULL) return;
        M_ASN1_GENERALIZEDTIME_free(a->notBefore);
        M_ASN1_GENERALIZEDTIME_free(a->notAfter);
-       Free (a);
+       OPENSSL_free (a);
 }
 
 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method,