From: tb Date: Fri, 7 Jul 2023 16:04:57 +0000 (+0000) Subject: Remove symbols already declared in the public header X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ac667c5e4b9af0a5b7a7684f8bd22ebdcb64ee92;p=openbsd Remove symbols already declared in the public header ok bcook beck jsing --- diff --git a/lib/libcrypto/cms/cms_local.h b/lib/libcrypto/cms/cms_local.h index 7a82c890e04..7d8032fb401 100644 --- a/lib/libcrypto/cms/cms_local.h +++ b/lib/libcrypto/cms/cms_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_local.h,v 1.3 2023/06/06 16:10:56 tb Exp $ */ +/* $OpenBSD: cms_local.h,v 1.4 2023/07/07 16:04:57 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -388,11 +388,6 @@ struct CMS_Receipt_st { ASN1_OCTET_STRING *originatorSignatureValue; }; -CMS_ContentInfo *CMS_ContentInfo_new(void); -void CMS_ContentInfo_free(CMS_ContentInfo *a); -CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, const unsigned char **in, long len); -int i2d_CMS_ContentInfo(CMS_ContentInfo *a, unsigned char **out); -extern const ASN1_ITEM CMS_ContentInfo_it; extern const ASN1_ITEM CMS_SignerInfo_it; extern const ASN1_ITEM CMS_IssuerAndSerialNumber_it; extern const ASN1_ITEM CMS_Attributes_Sign_it;