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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ show_help() {
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
11
echo" --distclean Remove source and install directories of OpenSSL, wolfSSL, and wolfProvider"
12
-
echo" --debug Builds OpenSSL, wolfSSL, and WolfProvider with debugging enabled. This is the same as setting WOLFPROV_DEBUG=1"
13
-
echo" --debug-log=FILE Force all wolfProvider debug output to specified log file instead of stderr/stdout (FILE = path to log file you want to use)"
12
+
echo" --debug Builds OpenSSL, wolfSSL, and WolfProvider in debug mode with logging enabled. This is the same as setting WOLFPROV_DEBUG=1"
13
+
echo" --debug-log=FILE Force all wolfProvider runtime output to specified log file instead of stderr/stdout (FILE = path to log file you want to use). Logs are appended to existing file."
14
14
echo" --debug-asn-template Enable debug information for asn within wolfSSL"
15
15
echo" --disable-err-trace No debug trace messages from library errors in wolfSSL"
16
16
echo" --openssl-ver=VER Which version of OpenSSL to clone"
0 commit comments