From 158ebcaa0a1760887dccc35c5f1dbf79b7ba2194 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Tue, 16 Nov 2021 16:36:38 -0800 Subject: [PATCH] Add v5-RC10 to the list of allowed versions --- fips-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips-check.sh b/fips-check.sh index 1256ea27c..b29b0a085 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -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[@]}"