There have been a number of complaints from a number of sources that names
[openssl.git] / crypto / asn1 / a_hdr.c
index 434610e8e124cef02ba80f69833405299fe14160..b1aad81f77314420379ea236ee42353a486ad8fe 100644 (file)
@@ -115,5 +115,5 @@ void ASN1_HEADER_free(ASN1_HEADER *a)
        M_ASN1_OCTET_STRING_free(a->header);
        if (a->meth != NULL)
                a->meth->destroy(a->data);
-       Free(a);
+       OPENSSL_free(a);
        }