From 5b90f0d92c513e68c8c13f54db91f342f73ece5e Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Wed, 05 Aug 2020 21:41:43 -0400
Subject: libwolfssl.24-dbg: Include debugging messages

---
diff --git a/build b/build
index 5bfac03..40ceb8c 100755
--- a/build
+++ b/build
@@ -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)
 
diff --git a/changelog b/changelog
index d82a4b4..a93c435 100644
--- a/changelog
+++ b/changelog
@@ -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.
--
cgit v0.9.1