From d9751aa103a4866d93d83108c6edc933ca149c4d Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 10 Jan 2024 15:12:59 -0800 Subject: [PATCH] FIPS Script 1. Update fips-check.sh for checking out v5.2.0.1 of the fips.c file. --- fips-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips-check.sh b/fips-check.sh index b31b16dd0..d8090cc44 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -140,7 +140,7 @@ marvell-linux-selftest) linuxv5) FIPS_OPTION='v5' FIPS_FILES=( - 'wolfcrypt/src/fips.c:WCv5.0-RC12' + 'wolfcrypt/src/fips.c:WCv5.2.0.1-RC01' 'wolfcrypt/src/fips_test.c:WCv5.0-RC12' 'wolfcrypt/src/wolfcrypt_first.c:WCv5.0-RC12' 'wolfcrypt/src/wolfcrypt_last.c:WCv5.0-RC12'