summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/evp_err.c
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2024-04-09 13:52:43 +0000
committerBob Beck <beck@cvs.openbsd.org>2024-04-09 13:52:43 +0000
commit2b194996b73270677d0829736f766133cebed8b2 (patch)
tree54d151ee637ca067d5580543e7313d07a5ac8f93 /lib/libcrypto/evp/evp_err.c
parent615c1a2ac02e58fbe175a4aefc40dc9f05347316 (diff)
Hide public symbols in evp.h
largely mechanically done by the guentherizer 9000 ok tb@
Diffstat (limited to 'lib/libcrypto/evp/evp_err.c')
-rw-r--r--lib/libcrypto/evp/evp_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/evp/evp_err.c b/lib/libcrypto/evp/evp_err.c
index 039e17e6cf6..07515f4d992 100644
--- a/lib/libcrypto/evp/evp_err.c
+++ b/lib/libcrypto/evp/evp_err.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: evp_err.c,v 1.32 2023/07/07 19:37:53 beck Exp $ */
+/* $OpenBSD: evp_err.c,v 1.33 2024/04/09 13:52:41 beck Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
@@ -164,3 +164,4 @@ ERR_load_EVP_strings(void)
}
#endif
}
+LCRYPTO_ALIAS(ERR_load_EVP_strings);