Support TLS query.
This commit is contained in:
@@ -7,7 +7,7 @@ CFLAGS +=-Iinclude
|
||||
CFLAGS += -DBASE_FILE_NAME=\"$(notdir $<)\"
|
||||
CXXFLAGS=-O2 -Wall -std=c++11
|
||||
CXXFLAGS +=-Iinclude
|
||||
LDFLAGS += -lpthread
|
||||
LDFLAGS += -lpthread -lssl -lcrypto
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user