Merge pull request #4573 from ejohnstown/fips-check-fix

Fix FIPS Check Script
This commit is contained in:
Daniel Pouzzner
2021-11-17 21:30:45 -06:00
committed by GitHub

View File

@ -368,7 +368,7 @@ v1)
;;
v2|rand|v5-RC8|v5-RC9)
v2|rand|v5-RC8|v5-RC9|v5-RC10)
$GIT branch --no-track "my$CRYPT_VERSION" $CRYPT_VERSION || exit $?
# Checkout the fips versions of the wolfCrypt files from the repo.
for MOD in "${WC_MODS[@]}"