Skip to content

Commit 1025597

Browse files
author
Andras Fekete
committed
Kitchen sink of debugging
1 parent fa6421b commit 1025597

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/utils-wolfssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ install_wolfssl() {
8080
CONF_ARGS="-prefix=${WOLFSSL_INSTALL_DIR}"
8181

8282
if [ "$WOLFPROV_DEBUG" = "1" ]; then
83-
CONF_ARGS+=" --enable-debug"
83+
CONF_ARGS+=" --enable-debug --enable-debug-trace-errcodes=backtrace --enable-keylog-export"
84+
WOLFSSL_CONFIG_CFLAGS+=" -DWOLFSSL_LOGGINGENABLED_DEFAULT=1"
8485
fi
8586
if [ "$WOLFSSL_ISFIPS" = "1" ]; then
8687
CONF_ARGS+=" --enable-fips=ready"

0 commit comments

Comments
 (0)