From 9452c0a4b69c5e4e31169ed32e961d330695122c Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 28 Apr 2022 10:21:14 -0400 Subject: [PATCH] Release v0.10.7 --- httplib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/httplib.h b/httplib.h index ce23b15..04a552f 100644 --- a/httplib.h +++ b/httplib.h @@ -8,7 +8,7 @@ #ifndef CPPHTTPLIB_HTTPLIB_H #define CPPHTTPLIB_HTTPLIB_H -#define CPPHTTPLIB_VERSION "0.10.6" +#define CPPHTTPLIB_VERSION "0.10.7" /* * Configuration @@ -219,7 +219,8 @@ using socket_t = int; #ifdef _WIN32 #include -// these are defined in wincrypt.h and it breaks compilation if BoringSSL is used +// these are defined in wincrypt.h and it breaks compilation if BoringSSL is +// used #undef X509_NAME #undef X509_CERT_PAIR #undef X509_EXTENSIONS