From 0a9b2eebd959bd9a2fe64f36f8389266a7c0b88b Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 15:50:33 +0000 Subject: Stop including ecdsa.h and ecdh.h internally These headers are now reduced to #include and are provided for compatiblity only. There's no point in using them. At the same time garbage collect the last uses of OPENSSL_NO_{ECDSA,ECDH} in our tree. ok jsing --- src/lib/libcrypto/ecdsa/ecdsa_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdsa/ecdsa_local.h') diff --git a/src/lib/libcrypto/ecdsa/ecdsa_local.h b/src/lib/libcrypto/ecdsa/ecdsa_local.h index 249e045900..cc3af3e10f 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa_local.h +++ b/src/lib/libcrypto/ecdsa/ecdsa_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsa_local.h,v 1.1 2023/07/05 11:37:46 tb Exp $ */ +/* $OpenBSD: ecdsa_local.h,v 1.2 2023/07/28 15:50:33 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ @@ -59,7 +59,7 @@ #ifndef HEADER_ECS_LOCAL_H #define HEADER_ECS_LOCAL_H -#include +#include __BEGIN_HIDDEN_DECLS -- cgit v1.2.3-55-g6feb