From 3e93c5e253830afc93113d7c53b1b59906d89212 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 17 Aug 2023 14:18:14 -0700 Subject: [PATCH] FIPS Check Script with Explicit Versioning 1. Move the command line updatable variables to the beginning of the script. 2. Reorder the OE names in the usage list. 3. Add the missing asm files. 4. Correct the regex for the fipsv2-OE-ready version name. --- fips-check.sh | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/fips-check.sh b/fips-check.sh index 7820e637c..dc940f72d 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -9,27 +9,6 @@ # This should check out all the approved flavors. The command line # option selects the flavor. The keep option keeps the output # directory. -# -# Some variables may be overridden on the command line. - -Usage() { - cat <wolfcrypt/src/fips.c + sed "s/v4.0.0-alpha/fipsv2-OE-ready/" wolfcrypt/src/fips.c.bak >wolfcrypt/src/fips.c fi # run the make test