aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cms/cms_local.h')
-rw-r--r--crypto/cms/cms_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cms/cms_local.h b/crypto/cms/cms_local.h
index 15b4a29..f1e9be9 100644
--- a/crypto/cms/cms_local.h
+++ b/crypto/cms/cms_local.h
@@ -444,6 +444,7 @@ BIO *ossl_cms_EnvelopedData_init_bio(CMS_ContentInfo *cms);
int ossl_cms_EnvelopedData_final(CMS_ContentInfo *cms, BIO *chain);
BIO *ossl_cms_AuthEnvelopedData_init_bio(CMS_ContentInfo *cms);
int ossl_cms_AuthEnvelopedData_final(CMS_ContentInfo *cms, BIO *cmsbio);
+void ossl_cms_env_enc_content_free(const CMS_ContentInfo *cinf);
CMS_EnvelopedData *ossl_cms_get0_enveloped(CMS_ContentInfo *cms);
CMS_AuthEnvelopedData *ossl_cms_get0_auth_enveloped(CMS_ContentInfo *cms);
CMS_EncryptedContentInfo *ossl_cms_get0_env_enc_content(const CMS_ContentInfo *cms);