Skip to content

Commit 38bbe4e

Browse files
committed
Removed automatic inclution of <openssl/ssl.h> with '__has_incude'
1 parent 61d8000 commit 38bbe4e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

httplib.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ typedef int socket_t;
5858
#include <sys/stat.h>
5959
#include <assert.h>
6060

61-
#ifdef __has_include
62-
#if __has_include(<openssl/ssl.h>)
63-
#ifndef CPPHTTPLIB_OPENSSL_SUPPORT
64-
#define CPPHTTPLIB_OPENSSL_SUPPORT
65-
#endif
66-
#endif
67-
#endif
68-
6961
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
7062
#include <openssl/ssl.h>
7163
#endif

0 commit comments

Comments
 (0)