We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6421b commit 1025597Copy full SHA for 1025597
1 file changed
scripts/utils-wolfssl.sh
@@ -80,7 +80,8 @@ install_wolfssl() {
80
CONF_ARGS="-prefix=${WOLFSSL_INSTALL_DIR}"
81
82
if [ "$WOLFPROV_DEBUG" = "1" ]; then
83
- CONF_ARGS+=" --enable-debug"
+ CONF_ARGS+=" --enable-debug --enable-debug-trace-errcodes=backtrace --enable-keylog-export"
84
+ WOLFSSL_CONFIG_CFLAGS+=" -DWOLFSSL_LOGGINGENABLED_DEFAULT=1"
85
fi
86
if [ "$WOLFSSL_ISFIPS" = "1" ]; then
87
CONF_ARGS+=" --enable-fips=ready"
0 commit comments