As ftruncate is not availabe on all platforms, switch back to
[oweals/openssl.git] / crypto / asn1 / x_name.c
index b09fba33fbd2d7cbca38feebc0637a210d72eeb2..64baf5719d86e167e217f5bffc009863e9a0908f 100644 (file)
@@ -253,7 +253,7 @@ void X509_NAME_ENTRY_free(X509_NAME_ENTRY *a)
        {
        if (a == NULL) return;
        ASN1_OBJECT_free(a->object);
-       ASN1_BIT_STRING_free(a->value);
+       M_ASN1_BIT_STRING_free(a->value);
        Free(a);
        }