Include TLS v1.1 and v1.2 support in library build
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
4b919be289
commit
a838e71ccf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ include ../lib.rules
|
|||
|
||||
CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH
|
||||
CFLAGS += -DCONFIG_CRYPTO_INTERNAL
|
||||
CFLAGS += -DCONFIG_TLSV11
|
||||
CFLAGS += -DCONFIG_TLSV12
|
||||
|
||||
LIB_OBJS= \
|
||||
asn1.o \
|
||||
|
|
Loading…
Reference in a new issue