From e5c3cb1fc9513740908e7dc235cee9871623b942 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:19:59 +0000 Subject: Remove ECDH errors Much like the ECDSA errors, the ECDH errors have been unused for a while. Garbage collect them. ok jsing --- src/lib/libcrypto/err/err_all.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libcrypto/err/err_all.c') diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index b251b205f1..01c58f39f6 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err_all.c,v 1.30 2023/07/28 09:01:25 tb Exp $ */ +/* $OpenBSD: err_all.c,v 1.31 2023/07/28 09:19:59 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -92,9 +92,6 @@ #ifndef OPENSSL_NO_EC #include #endif -#ifndef OPENSSL_NO_ECDH -#include -#endif #ifndef OPENSSL_NO_ENGINE #include #endif @@ -132,9 +129,6 @@ ERR_load_crypto_strings_internal(void) ERR_load_DSA_strings(); #endif ERR_load_DSO_strings(); -#ifndef OPENSSL_NO_ECDH - ERR_load_ECDH_strings(); -#endif #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); #endif -- cgit v1.2.3-55-g6feb