summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r--src/lib/libcrypto/err/err_all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c
index 9a46e93c24..12a0fcd329 100644
--- a/src/lib/libcrypto/err/err_all.c
+++ b/src/lib/libcrypto/err/err_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: err_all.c,v 1.28 2023/06/11 05:35:43 tb Exp $ */ 1/* $OpenBSD: err_all.c,v 1.29 2023/07/07 13:54:45 beck Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -174,3 +174,4 @@ ERR_load_crypto_strings(void)
174 static pthread_once_t loaded = PTHREAD_ONCE_INIT; 174 static pthread_once_t loaded = PTHREAD_ONCE_INIT;
175 (void) pthread_once(&loaded, ERR_load_crypto_strings_internal); 175 (void) pthread_once(&loaded, ERR_load_crypto_strings_internal);
176} 176}
177LCRYPTO_ALIAS(ERR_load_crypto_strings);