mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Release v0.10.7
This commit is contained in:
parent
307b729549
commit
9452c0a4b6
1 changed files with 3 additions and 2 deletions
|
@ -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 <wincrypt.h>
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue