Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
[openssl.git] / crypto / x509v3 / v3_bcons.c
index de2f855c35f652e570bf21c3cf51a86c66c44073..9aada0d8808206a01ce36c740c60280efdcee8d6 100644 (file)
@@ -122,7 +122,7 @@ BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a,
 void BASIC_CONSTRAINTS_free(BASIC_CONSTRAINTS *a)
 {
        if (a == NULL) return;
-       ASN1_INTEGER_free (a->pathlen);
+       M_ASN1_INTEGER_free (a->pathlen);
        Free ((char *)a);
 }