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/chacha/chacha.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/chacha') diff --git a/src/lib/libcrypto/chacha/chacha.h b/src/lib/libcrypto/chacha/chacha.h index e2345b2199..7d30c518a4 100644 --- a/src/lib/libcrypto/chacha/chacha.h +++ b/src/lib/libcrypto/chacha/chacha.h @@ -1,4 +1,4 @@ -/* $OpenBSD: chacha.h,v 1.8 2019/01/22 00:59:21 dlg Exp $ */ +/* $OpenBSD: chacha.h,v 1.9 2025/01/25 17:59:44 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -20,10 +20,6 @@ #include -#if defined(OPENSSL_NO_CHACHA) -#error ChaCha is disabled. -#endif - #include #include -- cgit v1.2.3-55-g6feb