summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
authortb <>2023-07-28 09:01:25 +0000
committertb <>2023-07-28 09:01:25 +0000
commit4b0019a4c482019d6ceec85774d0379f5d4f7009 (patch)
treed1cbf4b2ff221548fc0009d89f5f244c90d8a78e /src/lib/libcrypto/err/err_all.c
parent7aa7795ba7b5996013e1187d1dcfb2ba5ab41ade (diff)
downloadopenbsd-4b0019a4c482019d6ceec85774d0379f5d4f7009.tar.gz
openbsd-4b0019a4c482019d6ceec85774d0379f5d4f7009.tar.bz2
openbsd-4b0019a4c482019d6ceec85774d0379f5d4f7009.zip
Remove ecs_err.c
These error codes have been unused for a while, so the public API loading them is pointless. ok jsing
Diffstat (limited to 'src/lib/libcrypto/err/err_all.c')
-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