diff options
author | beck <> | 2023-07-07 13:54:46 +0000 |
---|---|---|
committer | beck <> | 2023-07-07 13:54:46 +0000 |
commit | f9fcde20a6214da85e802190ccd3a2bf5f891559 (patch) | |
tree | 8637b2fb4bca234d55b598e035f23335be46ce49 /src/lib/libcrypto/err/err_all.c | |
parent | 96c313e4aac4001ae9818efee3f34856cdf873b0 (diff) | |
download | openbsd-f9fcde20a6214da85e802190ccd3a2bf5f891559.tar.gz openbsd-f9fcde20a6214da85e802190ccd3a2bf5f891559.tar.bz2 openbsd-f9fcde20a6214da85e802190ccd3a2bf5f891559.zip |
Hide symbols in hkdf, evp, err, ecdsa, and ec
(part 2 of commit)
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 3 |
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 | } |
177 | LCRYPTO_ALIAS(ERR_load_crypto_strings); | ||