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 4829e46a1a..56276abb0d 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.33 2023/11/19 15:46:09 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.34 2024/03/02 13:39:28 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 | * |
@@ -94,9 +94,6 @@ | |||
94 | #ifndef OPENSSL_NO_RSA | 94 | #ifndef OPENSSL_NO_RSA |
95 | #include <openssl/rsa.h> | 95 | #include <openssl/rsa.h> |
96 | #endif | 96 | #endif |
97 | #ifndef OPENSSL_NO_GOST | ||
98 | #include <openssl/gost.h> | ||
99 | #endif | ||
100 | 97 | ||
101 | void ERR_load_ERR_strings_internal(void); | 98 | void ERR_load_ERR_strings_internal(void); |
102 | 99 | ||