Add manual pages for certficate/key loading and friends.
[openssl.git] / crypto / asn1 / p7_enc_c.c
index 180a11dc9473fa2f8b3182d9e7fae1443e781668..031178ab52c0f6c806669a541bf13547efd07dcd 100644 (file)
@@ -115,6 +115,6 @@ void PKCS7_ENC_CONTENT_free(PKCS7_ENC_CONTENT *a)
        ASN1_OBJECT_free(a->content_type);
        X509_ALGOR_free(a->algorithm);
        M_ASN1_OCTET_STRING_free(a->enc_data);
-       Free((char *)a);
+       OPENSSL_free(a);
        }