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/sm3/sm3.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/sm3') diff --git a/src/lib/libcrypto/sm3/sm3.h b/src/lib/libcrypto/sm3/sm3.h index 553c64dcdb..fa435d3d0f 100644 --- a/src/lib/libcrypto/sm3/sm3.h +++ b/src/lib/libcrypto/sm3/sm3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sm3.h,v 1.1 2018/11/11 06:53:31 tb Exp $ */ +/* $OpenBSD: sm3.h,v 1.2 2025/01/25 17:59:44 tb Exp $ */ /* * Copyright (c) 2018, Ribose Inc * @@ -25,10 +25,6 @@ extern "C" { #endif -#ifdef OPENSSL_NO_SM3 -#error SM3 is disabled. -#endif - #define SM3_DIGEST_LENGTH 32 #define SM3_WORD unsigned int -- cgit v1.2.3-55-g6feb