Skip to content

Commit 1da40af

Browse files
committed
Disable wolfSSL logging by default in middle-box decrypt tool.
1 parent 062c5c4 commit 1da40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/middlebox/decrypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ int middlebox_decrypt_test(int argc, char** argv)
385385
#endif
386386
#ifdef DEBUG_WOLFSSL
387387
/* log setup */
388-
wolfSSL_Debugging_ON();
388+
/* wolfSSL_Debugging_ON(); */
389389
wolfKeyMgr_SetLogFile(NULL, 0, WOLFKM_LOG_DEBUG);
390390
#endif
391391
ssl_Trace("./tracefile.txt", err);

0 commit comments

Comments
 (0)