Skip to content

Commit 9452c0a

Browse files
committed
Release v0.10.7
1 parent 307b729 commit 9452c0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

httplib.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef CPPHTTPLIB_HTTPLIB_H
99
#define CPPHTTPLIB_HTTPLIB_H
1010

11-
#define CPPHTTPLIB_VERSION "0.10.6"
11+
#define CPPHTTPLIB_VERSION "0.10.7"
1212

1313
/*
1414
* Configuration
@@ -219,7 +219,8 @@ using socket_t = int;
219219
#ifdef _WIN32
220220
#include <wincrypt.h>
221221

222-
// these are defined in wincrypt.h and it breaks compilation if BoringSSL is used
222+
// these are defined in wincrypt.h and it breaks compilation if BoringSSL is
223+
// used
223224
#undef X509_NAME
224225
#undef X509_CERT_PAIR
225226
#undef X509_EXTENSIONS

0 commit comments

Comments
 (0)