diff options
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 56276abb0d..ea6c0af409 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.34 2024/03/02 13:39:28 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.35 2024/03/24 06:05:41 tb 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 | * |
@@ -125,9 +125,6 @@ ERR_load_crypto_strings_internal(void) | |||
125 | ERR_load_EC_strings(); | 125 | ERR_load_EC_strings(); |
126 | #endif | 126 | #endif |
127 | ERR_load_EVP_strings(); | 127 | ERR_load_EVP_strings(); |
128 | #ifndef OPENSSL_NO_GOST | ||
129 | ERR_load_GOST_strings(); | ||
130 | #endif | ||
131 | ERR_load_KDF_strings(); | 128 | ERR_load_KDF_strings(); |
132 | ERR_load_OBJ_strings(); | 129 | ERR_load_OBJ_strings(); |
133 | ERR_load_OCSP_strings(); | 130 | ERR_load_OCSP_strings(); |