diff options
author | joshua <> | 2024-03-30 01:53:05 +0000 |
---|---|---|
committer | joshua <> | 2024-03-30 01:53:05 +0000 |
commit | d74bf6147b673f5bfd98fac825f4777666666a99 (patch) | |
tree | 2af1204279ba14a32a0c91f2b6a613a9725a3f55 /src/lib/libcrypto/cms/cms_lib.c | |
parent | f93ebad367414e3ee827e03ec992d0424605943c (diff) | |
download | openbsd-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.c | 3 |
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 | } |
317 | LCRYPTO_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 |