summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_enum.c
diff options
context:
space:
mode:
authorbeck <>2022-11-14 17:48:50 +0000
committerbeck <>2022-11-14 17:48:50 +0000
commit86ef9af254717a5620d93d1ebe06ab2ad9597496 (patch)
treec42f727f8848b4a56e738422f26e8b44150174e4 /src/lib/libcrypto/x509/x509_enum.c
parentee06865d71aaa04ea842bc01f03382ca41128858 (diff)
downloadopenbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.tar.gz
openbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.tar.bz2
openbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.zip
Hide public symbols in libcrypto/x509 .c files
ok tb@
Diffstat (limited to 'src/lib/libcrypto/x509/x509_enum.c')
-rw-r--r--src/lib/libcrypto/x509/x509_enum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_enum.c b/src/lib/libcrypto/x509/x509_enum.c
index f18eea535f..f0ab60a4b0 100644
--- a/src/lib/libcrypto/x509/x509_enum.c
+++ b/src/lib/libcrypto/x509/x509_enum.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_enum.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ 1/* $OpenBSD: x509_enum.c,v 1.2 2022/11/14 17:48:50 beck Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -105,3 +105,4 @@ i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *e)
105 } 105 }
106 return i2s_ASN1_ENUMERATED(method, e); 106 return i2s_ASN1_ENUMERATED(method, e);
107} 107}
108LCRYPTO_ALIAS(i2s_ASN1_ENUMERATED_TABLE)