From ef5271dd9fbc98da1d9c6b824a5349032e47e038 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Fri, 14 Aug 2020 14:31:50 -0700 Subject: [PATCH] fips-check script shouldn't force FIPS-ready build to be v2. --- fips-check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fips-check.sh b/fips-check.sh index 92b18dbcf..9e2aaa723 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -336,7 +336,6 @@ else echo "fips-check: Couldn't checkout the FIPS repository." exit 1 fi - FIPS_OPTION="v2" fi for SRC in "${FIPS_SRCS[@]}"