We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307b729 commit 9452c0aCopy full SHA for 9452c0a
httplib.h
@@ -8,7 +8,7 @@
8
#ifndef CPPHTTPLIB_HTTPLIB_H
9
#define CPPHTTPLIB_HTTPLIB_H
10
11
-#define CPPHTTPLIB_VERSION "0.10.6"
+#define CPPHTTPLIB_VERSION "0.10.7"
12
13
/*
14
* Configuration
@@ -219,7 +219,8 @@ using socket_t = int;
219
#ifdef _WIN32
220
#include <wincrypt.h>
221
222
-// 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
223
+// used
224
#undef X509_NAME
225
#undef X509_CERT_PAIR
226
#undef X509_EXTENSIONS
0 commit comments