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/sm4/sm4.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/sm4') diff --git a/src/lib/libcrypto/sm4/sm4.h b/src/lib/libcrypto/sm4/sm4.h index 5931ac714b..0c7fc223eb 100644 --- a/src/lib/libcrypto/sm4/sm4.h +++ b/src/lib/libcrypto/sm4/sm4.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sm4.h,v 1.1 2019/03/17 17:42:37 tb Exp $ */ +/* $OpenBSD: sm4.h,v 1.2 2025/01/25 17:59:44 tb Exp $ */ /* * Copyright (c) 2017, 2019 Ribose Inc * @@ -26,10 +26,6 @@ extern "C" { #endif -#ifdef OPENSSL_NO_SM4 -#error SM4 is disabled. -#endif - #define SM4_DECRYPT 0 #define SM4_ENCRYPT 1 -- cgit v1.2.3-55-g6feb