1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

minor fix

This commit is contained in:
lxsang 2019-11-18 11:13:30 +01:00
parent adc898d5d8
commit 94ab53febf
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -3,6 +3,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
//open ssl
#ifdef USE_OPENSSL
#include <openssl/ssl.h>

View File

@ -36,6 +36,7 @@ THE SOFTWARE.
#include <regex.h>
#include <time.h>
#include <stdint.h>
#include <errno.h>
#ifdef USE_OPENSSL
#include <openssl/sha.h>
#else