partial conversion to OpenSSL 1.1.1
This commit is contained in:
@ -3,11 +3,11 @@ include ../Defs.mak
|
||||
PROG=wtp
|
||||
OBJDIR=./o
|
||||
LIBDIR := ../../lib
|
||||
LIBARCHDIR := $(LIBDIR)/$(ARCH)
|
||||
LIBARCHDIR := $(LIBDIR)/$(KERNEL)/$(ARCH)
|
||||
|
||||
CFLAGS+=-I../
|
||||
CFLAGS+=-I../ -DUSE_OPENSSL
|
||||
LDFLAGS=-L$(LIBARCHDIR)
|
||||
LIBS+=-lcw -lnettle -lgnutls -ldl
|
||||
LIBS+=-lcw -lnettle -lssl -ldl
|
||||
|
||||
SOURCES=\
|
||||
wtp_main.c\
|
||||
|
@ -100,7 +100,7 @@ cisco/rouge-detection/rest :Bstr16: .x000aff800000
|
||||
cisco/rouge-detection/rouge-detection :Bool: false
|
||||
cisco/sig-toogle :Bool: true
|
||||
cisco/ssl-certfile :Str: ../../ssl/certs/wtpc.crt
|
||||
cisco/ssl-cipher :Str: ALL
|
||||
cisco/ssl-cipher :Str: ALL
|
||||
cisco/ssl-keyfile :Str: ../../ssl/certs/wtpc.key
|
||||
cisco/vlan/id :Word: 0
|
||||
cisco/vlan/tagging :Bool: false
|
||||
|
Reference in New Issue
Block a user