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 74d39d3074..9a46e93c24 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.27 2022/05/07 17:20:41 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.28 2023/06/11 05:35:43 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 | * |
@@ -123,9 +123,6 @@ ERR_load_crypto_strings_internal(void) | |||
123 | #ifndef OPENSSL_NO_CMS | 123 | #ifndef OPENSSL_NO_CMS |
124 | ERR_load_CMS_strings(); | 124 | ERR_load_CMS_strings(); |
125 | #endif | 125 | #endif |
126 | #ifdef ZLIB | ||
127 | ERR_load_COMP_strings(); | ||
128 | #endif | ||
129 | ERR_load_CONF_strings(); | 126 | ERR_load_CONF_strings(); |
130 | ERR_load_CRYPTO_strings(); | 127 | ERR_load_CRYPTO_strings(); |
131 | #ifndef OPENSSL_NO_CT | 128 | #ifndef OPENSSL_NO_CT |