You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build-wolfprovider.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ show_help() {
8
8
echo"Script Arguments:"
9
9
echo" --help, -help, -h Display this help menu and exit"
10
10
echo" --clean Run make clean in OpenSSL, wolfSSL, and wolfProvider"
11
-
echo" --distclean Remove source directories of OpenSSLand wolfSSL"
11
+
echo" --distclean Remove source and install directories of OpenSSL, wolfSSL, and wolfProvider"
12
12
echo" --debug Builds OpenSSL, wolfSSL, and WolfProvider with debugging enabled. This is the same as setting WOLFPROV_DEBUG=1"
13
13
echo" --debug-asn-template Enable debug information for asn within wolfSSL"
14
14
echo" --disable-err-trace No debug trace messages from library errors in wolfSSL"
@@ -30,7 +30,7 @@ show_help() {
30
30
echo" WOLFSSL_FIPS_VERSION Version of wolfSSL FIPS bundle (v5, v6, ready), used as an argument for --enable-fips when configuring wolfSSL"
31
31
echo" WOLFSSL_FIPS_CHECK_TAG Tag for wolfSSL FIPS bundle (linuxv5.2.1, v6.0.0, etc), used as an argument for fips-check.sh when cloning a wolfSSL FIPS version"
32
32
echo" WOLFPROV_CLEAN If set to 1, run make clean in OpenSSL, wolfSSL, and wolfProvider"
33
-
echo" WOLFPROV_DISTCLEAN If set to 1, remove the source directories of OpenSSLand wolfSSL"
33
+
echo" WOLFPROV_DISTCLEAN If set to 1, remove the source and install directories of OpenSSL, wolfSSL, and wolfProvider"
34
34
echo" WOLFPROV_DEBUG If set to 1, builds OpenSSL, wolfSSL, and wolfProvider with debug options enabled"
35
35
echo" WOLFPROV_QUICKTEST If set to 1, disables some tests in the test suite to increase test speed"
36
36
echo" WOLFPROV_DISABLE_ERR_TRACE If set to 1, wolfSSL will not be configured with --enable-debug-trace-errcodes=backtrace"
0 commit comments