New options...
FossilOrigin-Name: 4bf1c777e54dbbd3a0d19553d67302db5968c908d386f6937c004f2434e16520
This commit is contained in:
parent
87801cc08a
commit
67bec32a26
@ -1,5 +1,11 @@
|
||||
#
|
||||
|
||||
#Define SSL Library: OPENSSL or GNUTLS
|
||||
SSL_LIBRARY=OPENSSL
|
||||
|
||||
# use openssl library in ../contrib/
|
||||
USE_CONTRIB_OPENSSL=1
|
||||
|
||||
|
||||
CONF_LIBRARY=UCI
|
||||
USE_CONTRIB_UCI=1
|
||||
|
||||
|
@ -312,7 +312,7 @@ struct dtls_openssl_data * dtls_openssl_data_create(struct conn * conn, const SS
|
||||
|
||||
// SSL_CTX_set_tmp_rsa_callback(d->ctx,tmp_rsa_callback);
|
||||
|
||||
SSL_CTX_set_mode(d->ctx,SSL_MODE_SEND_SERVERHELLO_TIME);
|
||||
// SSL_CTX_set_mode(d->ctx,SSL_MODE_SEND_SERVERHELLO_TIME);
|
||||
|
||||
|
||||
|
||||
|
@ -9,6 +9,13 @@ endif
|
||||
ifdef LIB_DIR
|
||||
XLIB=-L $(LIB_DIR)
|
||||
endif
|
||||
include ../Config.mak
|
||||
|
||||
|
||||
ifeq ($(USE_CONTRIB_UCI),1)
|
||||
CFLAGS+=-I../contrib/uci
|
||||
endif
|
||||
|
||||
|
||||
WITH_UCI=1
|
||||
|
||||
@ -81,7 +88,7 @@ ALL=wtp
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
Q=@
|
||||
Q=
|
||||
E=echo
|
||||
ifeq ($(V), 1)
|
||||
Q=
|
||||
|
Loading…
Reference in New Issue
Block a user