From 6d71d4b5c414a7b7f6c5ef1071e51ddd4a673ed3 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 21 May 2019 18:42:22 +0100 Subject: [PATCH] Fix typo causing build error on Windows when building without TLS support. Thanks to TimmvonderMehden. Closes #1264. --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index aee9d648..750b8009 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -30,6 +30,10 @@ Broker: ensures the maximum QoS requirement is met. - Fix incoming/outgoing quota problems for QoS>0. +Client library: +- Fix typo causing build error on Windows when building without TLS support. + Closes #1264. + Client library: - Fix typo causing build error on Windows when building without TLS support. Closes #1264.