summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err')
-rw-r--r--src/lib/libcrypto/err/err_all.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c
index 12a0fcd329..b251b205f1 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.29 2023/07/07 13:54:45 beck Exp $ */ 1/* $OpenBSD: err_all.c,v 1.30 2023/07/28 09:01:25 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 *
@@ -95,9 +95,6 @@
95#ifndef OPENSSL_NO_ECDH 95#ifndef OPENSSL_NO_ECDH
96#include <openssl/ecdh.h> 96#include <openssl/ecdh.h>
97#endif 97#endif
98#ifndef OPENSSL_NO_ECDSA
99#include <openssl/ecdsa.h>
100#endif
101#ifndef OPENSSL_NO_ENGINE 98#ifndef OPENSSL_NO_ENGINE
102#include <openssl/engine.h> 99#include <openssl/engine.h>
103#endif 100#endif
@@ -138,9 +135,6 @@ ERR_load_crypto_strings_internal(void)
138#ifndef OPENSSL_NO_ECDH 135#ifndef OPENSSL_NO_ECDH
139 ERR_load_ECDH_strings(); 136 ERR_load_ECDH_strings();
140#endif 137#endif
141#ifndef OPENSSL_NO_ECDSA
142 ERR_load_ECDSA_strings();
143#endif
144#ifndef OPENSSL_NO_EC 138#ifndef OPENSSL_NO_EC
145 ERR_load_EC_strings(); 139 ERR_load_EC_strings();
146#endif 140#endif