Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
[openssl.git] / crypto / x509v3 / v3_crld.c
index 897ffb63e4abd81dfa0358d2d1e6cc616bf7435c..d0cbb949fa561db55055b2487a040e473c2adde9 100644 (file)
@@ -211,7 +211,7 @@ void DIST_POINT_free(DIST_POINT *a)
 {
        if (a == NULL) return;
        DIST_POINT_NAME_free(a->distpoint);
-       ASN1_BIT_STRING_free(a->reasons);
+       M_ASN1_BIT_STRING_free(a->reasons);
        sk_GENERAL_NAME_pop_free(a->CRLissuer, GENERAL_NAME_free);
        Free ((char *)a);
 }