diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-05 21:41:43 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-05 21:41:43 (EDT) |
commit | 5b90f0d92c513e68c8c13f54db91f342f73ece5e (patch) | |
tree | 946e225d574fc5a8c8458579ad1033e11894ac4a | |
parent | a04772bda56bb7c0f699123521e0d0ca01810f16 (diff) |
libwolfssl.24-dbg: Include debugging messages
-rwxr-xr-x | build | 3 | ||||
-rw-r--r-- | changelog | 7 |
2 files changed, 9 insertions, 1 deletions
@@ -27,7 +27,8 @@ common_cflags = \ build_client_cflags = $(common_cflags) \ -DNO_WOLFSSL_SERVER build_full_cflags = $(common_cflags) -build_dbg_cflags = $(common_cflags) +build_dbg_cflags = $(common_cflags) \ + -DDEBUG_WOLFSSL arch = $(OPK_HOST_ARCH) @@ -1,3 +1,10 @@ +wolfssl.24 (4.4.0-2) trunk + + * libwolfssl.24-dbg: Include debugging messages, which can be enabled by + applications using wolfSSL_Debugging_ON(). + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 05 Aug 2020 21:40:07 -0400 + wolfssl.24 (4.4.0-1) trunk * Initial release. |