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:02:59 +0000 (17:02 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19237)

test/build.info

index 27117a71a3d23eb8804ae88ebe801490d96bfe67..661076c2f829c095e18b8a3e87fd8aa09f208d74 100644 (file)
@@ -190,9 +190,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