Remove unnecessary define
authorPauli <pauli@openssl.org>
Mon, 19 Sep 2022 00:48:07 +0000 (10:48 +1000)
committerPauli <pauli@openssl.org>
Wed, 21 Sep 2022 07:04:37 +0000 (17:04 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19237)

(cherry picked from commit 1cef04091ab12bda0e1c6a5874e9d113c44bbdd8)

test/build.info

index 197ca4ac3c5a9017bfeec92b716ccc750c93021a..a18f1a78d0549c7cf9a06516c9a250ec42a4675b 100644 (file)
@@ -185,9 +185,6 @@ IF[{- !$disabled{tests} -}]
   SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c
   INCLUDE[evp_fetch_prov_test]=../include ../apps/include
   DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a
-  IF[{- $disabled{fips} || !$target{dso_scheme} -}]
-    DEFINE[evp_extra_test]=NO_FIPS_MODULE
-  ENDIF
 
   SOURCE[provfetchtest]=provfetchtest.c
   INCLUDE[provfetchtest]=../include ../apps/include