From 5482f7f31863bd209e2f594c751ead79f03aa62e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 25 Jan 2025 17:59:44 +0000 Subject: Remove #error if OPENSSL_NO_FOO is defined discussed with jsing --- src/lib/libcrypto/ec/ec.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/ec/ec.h') diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 10513795e4..dd06dcb8b4 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec.h,v 1.48 2024/04/15 15:42:23 tb Exp $ */ +/* $OpenBSD: ec.h,v 1.49 2025/01/25 17:59:44 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -73,10 +73,6 @@ #include -#ifdef OPENSSL_NO_EC -#error EC is disabled. -#endif - #include #include -- cgit v1.2.3-55-g6feb