From e74700ce56e6f3870cf3a2c822cf5e907a48d727 Mon Sep 17 00:00:00 2001 From: Alex Abrahamson Date: Tue, 7 Nov 2017 16:59:24 -0700 Subject: [PATCH] Updated Building wolfSSL (markdown) --- Building-wolfSSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-wolfSSL.md b/Building-wolfSSL.md index edb73e7..54e0f17 100644 --- a/Building-wolfSSL.md +++ b/Building-wolfSSL.md @@ -476,7 +476,7 @@ By default, wolfSSL only builds in shared mode, with static mode being disabled. ### 2.5.1 Build Option Notes -**debug** - enabling debug support allows easier debugging by compiling with debug information and defining the constant **DEBUG_WOLFSSL** which outputs messages to **stderr**. To turn debug on at runtime, call _wolfSSL\_Debugging\_ON()._ To turn debug logging off at runtime, call _wolfSSL\_Debugging\_OFF()._ For more information, see Chapter 8. +**debug** - enabling debug support allows easier debugging by compiling with debug information and defining the constant **DEBUG_WOLFSSL** which outputs messages to **stderr**. To turn debug on at runtime, call _wolfSSL\_Debugging\_ON()._ To turn debug logging off at runtime, call _wolfSSL\_Debugging\_OFF()._ For more information, see [Chapter 8](https://github.com/wolfSSL/wolfssl/wiki/Debugging). **singlethreaded** - enabling single threaded mode turns off multi thread protection of the session cache. Only enable single threaded mode if you know your application is single threaded or your application is multithreaded and only one thread at a time will be accessing the library.