diff options
author | beck <> | 2022-11-12 12:11:14 +0000 |
---|---|---|
committer | beck <> | 2022-11-12 12:11:14 +0000 |
commit | 8125bebe702dcf9cd017a89ff37e993121fb18f0 (patch) | |
tree | fc201648a07e156fe9478f00bb73c7dd8c3c87e3 /src/lib/libcrypto/pkcs7/pkcs7err.c | |
parent | fc6cccc0c020e8fb32b30a3ff825f0c64a0af374 (diff) | |
download | openbsd-8125bebe702dcf9cd017a89ff37e993121fb18f0.tar.gz openbsd-8125bebe702dcf9cd017a89ff37e993121fb18f0.tar.bz2 openbsd-8125bebe702dcf9cd017a89ff37e993121fb18f0.zip |
Hide symbols in libcrypto/pkcs7
This applies the guentherizer 9000(tm) to pkcs7, after moving
several pkcs7 funcitions back to pkcs7 that were in x509/x_all.c
for reasons known only to the miasma.
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/pkcs7/pkcs7err.c')
-rw-r--r-- | src/lib/libcrypto/pkcs7/pkcs7err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs7/pkcs7err.c b/src/lib/libcrypto/pkcs7/pkcs7err.c index bd3791e358..d2eab2d7f6 100644 --- a/src/lib/libcrypto/pkcs7/pkcs7err.c +++ b/src/lib/libcrypto/pkcs7/pkcs7err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkcs7err.c,v 1.13 2022/07/12 14:42:50 kn Exp $ */ | 1 | /* $OpenBSD: pkcs7err.c,v 1.14 2022/11/12 12:11:14 beck Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -140,3 +140,4 @@ ERR_load_PKCS7_strings(void) | |||
140 | } | 140 | } |
141 | #endif | 141 | #endif |
142 | } | 142 | } |
143 | LCRYPTO_ALIAS(ERR_load_PKCS7_strings) | ||