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

This commit is contained in:
John Safranek
2020-08-14 14:31:50 -07:00
parent 3f6861ee82
commit ef5271dd9f

View File

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