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/cast/cast.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/cast') diff --git a/src/lib/libcrypto/cast/cast.h b/src/lib/libcrypto/cast/cast.h index 0936696066..5c12d91f97 100644 --- a/src/lib/libcrypto/cast/cast.h +++ b/src/lib/libcrypto/cast/cast.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cast.h,v 1.13 2023/07/08 07:25:43 jsing Exp $ */ +/* $OpenBSD: cast.h,v 1.14 2025/01/25 17:59:44 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -65,10 +65,6 @@ extern "C" { #endif -#ifdef OPENSSL_NO_CAST -#error CAST is disabled. -#endif - #define CAST_ENCRYPT 1 #define CAST_DECRYPT 0 -- cgit v1.2.3-55-g6feb