summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-07 16:04:57 +0000
committertb <>2023-07-07 16:04:57 +0000
commitbbffaf95cf480374af99f2c763f567e069c9a24e (patch)
treefddc568e051865699e35e231a092bd36772a3888 /src
parent92174a09a2d8ae8777c5400ba030c03bd1ffbaab (diff)
downloadopenbsd-bbffaf95cf480374af99f2c763f567e069c9a24e.tar.gz
openbsd-bbffaf95cf480374af99f2c763f567e069c9a24e.tar.bz2
openbsd-bbffaf95cf480374af99f2c763f567e069c9a24e.zip
Remove symbols already declared in the public header
ok bcook beck jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/cms/cms_local.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/cms/cms_local.h b/src/lib/libcrypto/cms/cms_local.h
index 7a82c890e0..7d8032fb40 100644
--- a/src/lib/libcrypto/cms/cms_local.h
+++ b/src/lib/libcrypto/cms/cms_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_local.h,v 1.3 2023/06/06 16:10:56 tb Exp $ */ 1/* $OpenBSD: cms_local.h,v 1.4 2023/07/07 16:04:57 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -388,11 +388,6 @@ struct CMS_Receipt_st {
388 ASN1_OCTET_STRING *originatorSignatureValue; 388 ASN1_OCTET_STRING *originatorSignatureValue;
389}; 389};
390 390
391CMS_ContentInfo *CMS_ContentInfo_new(void);
392void CMS_ContentInfo_free(CMS_ContentInfo *a);
393CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, const unsigned char **in, long len);
394int i2d_CMS_ContentInfo(CMS_ContentInfo *a, unsigned char **out);
395extern const ASN1_ITEM CMS_ContentInfo_it;
396extern const ASN1_ITEM CMS_SignerInfo_it; 391extern const ASN1_ITEM CMS_SignerInfo_it;
397extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it; 392extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it;
398extern const ASN1_ITEM CMS_Attributes_Sign_it; 393extern const ASN1_ITEM CMS_Attributes_Sign_it;