Skip to content

Commit e9058e5

Browse files
committed
Fixed build error on Windows with OpenSSL
1 parent 2538a85 commit e9058e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

httplib.h

+2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ using socket_t = int;
196196
#include <openssl/ssl.h>
197197
#include <openssl/x509v3.h>
198198

199+
#include <openssl/applink.c>
200+
199201
#include <iomanip>
200202
#include <iostream>
201203
#include <sstream>

0 commit comments

Comments
 (0)