From 5d52abc236226c5a47c36b07e2256e77141e373a 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/bf/blowfish.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/bf') diff --git a/src/lib/libcrypto/bf/blowfish.h b/src/lib/libcrypto/bf/blowfish.h index b434e70cbb..5ea99af396 100644 --- a/src/lib/libcrypto/bf/blowfish.h +++ b/src/lib/libcrypto/bf/blowfish.h @@ -1,4 +1,4 @@ -/* $OpenBSD: blowfish.h,v 1.17 2023/07/31 05:04:06 tb Exp $ */ +/* $OpenBSD: blowfish.h,v 1.18 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_BF -#error BF is disabled. -#endif - #define BF_ENCRYPT 1 #define BF_DECRYPT 0 -- cgit v1.2.3-55-g6feb