mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #8321 from julek-wolfssl/fips-check-update-help
fips-check.sh: Update the help output
This commit is contained in:
@@ -29,7 +29,7 @@ WOLFSSL_REPO="${WOLFSSL_REPO:-git@github.com:wolfssl/wolfssl.git}"
|
|||||||
|
|
||||||
Usage() {
|
Usage() {
|
||||||
cat <<usageText
|
cat <<usageText
|
||||||
Usage: $0 [flavor] [keep]
|
Usage: $0 [flavor] [keep] [nomakecheck] [nodoconfigure] [noautogen]
|
||||||
Flavor is one of:
|
Flavor is one of:
|
||||||
linuxv2 (FIPSv2, use for Win10)
|
linuxv2 (FIPSv2, use for Win10)
|
||||||
fipsv2-OE-ready (ready FIPSv2)
|
fipsv2-OE-ready (ready FIPSv2)
|
||||||
@@ -42,7 +42,10 @@ Flavor is one of:
|
|||||||
wolfrand
|
wolfrand
|
||||||
wolfentropy
|
wolfentropy
|
||||||
v6.0.0
|
v6.0.0
|
||||||
Keep (default off) retains the temp dir $TEST_DIR for inspection.
|
keep: (default off) retains the temp dir $TEST_DIR for inspection.
|
||||||
|
nomakecheck: (default off) don't run make check
|
||||||
|
nodoconfigure: (default off) don't run configure
|
||||||
|
noautogen: (default off) don't run autogen
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
$0 windows keep
|
$0 windows keep
|
||||||
|
Reference in New Issue
Block a user