summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_lib.c
diff options
context:
space:
mode:
authorjoshua <>2024-03-30 01:53:05 +0000
committerjoshua <>2024-03-30 01:53:05 +0000
commitd74bf6147b673f5bfd98fac825f4777666666a99 (patch)
tree2af1204279ba14a32a0c91f2b6a613a9725a3f55 /src/lib/libcrypto/cms/cms_lib.c
parentf93ebad367414e3ee827e03ec992d0424605943c (diff)
downloadopenbsd-d74bf6147b673f5bfd98fac825f4777666666a99.tar.gz
openbsd-d74bf6147b673f5bfd98fac825f4777666666a99.tar.bz2
openbsd-d74bf6147b673f5bfd98fac825f4777666666a99.zip
Hide symbols in CMS
ok jsing
Diffstat (limited to 'src/lib/libcrypto/cms/cms_lib.c')
-rw-r--r--src/lib/libcrypto/cms/cms_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cms/cms_lib.c b/src/lib/libcrypto/cms/cms_lib.c
index 8a8fdbc8d5..37eb3e294c 100644
--- a/src/lib/libcrypto/cms/cms_lib.c
+++ b/src/lib/libcrypto/cms/cms_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_lib.c,v 1.24 2023/08/24 04:56:36 tb Exp $ */ 1/* $OpenBSD: cms_lib.c,v 1.25 2024/03/30 01:53:05 joshua 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.
@@ -314,6 +314,7 @@ CMS_get0_content(CMS_ContentInfo *cms)
314 return NULL; 314 return NULL;
315 } 315 }
316} 316}
317LCRYPTO_ALIAS(CMS_get0_content);
317 318
318/* 319/*
319 * Return an ASN1_OBJECT pointer to content type. This allows it to be 320 * Return an ASN1_OBJECT pointer to content type. This allows it to be