summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-09-19 10:48:07 +1000
committerPauli <pauli@openssl.org>2022-09-21 17:02:59 +1000
commit1cef04091ab12bda0e1c6a5874e9d113c44bbdd8 (patch)
tree955e8da6ce1f6c68cc1ef87f6c93555b9744881b /test
parentc91f972c9fba61c5db761a49e13df4dadcba068a (diff)
Remove unnecessary define
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19237)
Diffstat (limited to 'test')
-rw-r--r--test/build.info3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/build.info b/test/build.info
index 27117a71a3..661076c2f8 100644
--- a/test/build.info
+++ b/test/build.info
@@ -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