Uses GNUTLS again
FossilOrigin-Name: 2f28b0fd2ce8d456d32b0e7952ca02965f97e784faef283ea1080da169f19f0a
This commit is contained in:
parent
f837f51262
commit
004759a4c8
@ -1,4 +1,4 @@
|
||||
include ../Config.mak
|
||||
|
||||
WITH_GNUTLS=0
|
||||
WITH_GNUTLS=1
|
||||
WITH_OPENSSL=1
|
||||
|
@ -28,7 +28,7 @@ COMPDEFS+=-DWITH_CW_LOG_DEBUG
|
||||
WITH_GNUTLS=1
|
||||
|
||||
# Compile in openssl support
|
||||
WITH_OPENSSL=0
|
||||
WITH_OPENSSL=1
|
||||
|
||||
#
|
||||
#
|
||||
|
@ -4,7 +4,7 @@ include ../Config.mak
|
||||
# Define witch SSL library to use
|
||||
# OPENSSL or GNUTLS
|
||||
#
|
||||
SSL_LIBRARY=OPENSSL
|
||||
SSL_LIBRARY=GNUTLS
|
||||
|
||||
CFLAGS += -I/usr/include/libnl3
|
||||
CFLAGS += -I../contrib/uci
|
||||
|
@ -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/wtp.crt
|
||||
cisco/ssl-cipher :Str: ALL
|
||||
cisco/ssl-cipher :Str: NORMAL
|
||||
cisco/ssl-keyfile :Str: ../../ssl/certs/wtp.key
|
||||
cisco/vlan/id :Word: 0
|
||||
cisco/vlan/tagging :Bool: false
|
||||
|
Loading…
Reference in New Issue
Block a user