Browse Source

fips-check script shouldn't force FIPS-ready build to be v2.

John Safranek 3 years ago
parent
commit
ef5271dd9f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fips-check.sh

+ 0 - 1
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[@]}"