1
0
mirror of synced 2025-07-29 11:01:13 +03:00

Fixed build errors and adjusted a test case.

This commit is contained in:
yhirose
2017-06-28 19:36:48 -04:00
parent f3eb1c4e00
commit 7cdf62dd31
4 changed files with 21 additions and 4 deletions

View File

@ -1,7 +1,7 @@
CC = clang++
CFLAGS = -std=c++14 -I..
#OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto
OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto
all: server client hello simplesvr