Browse Source

Include TLS v1.1 and v1.2 support in library build

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
a838e71ccf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/tls/Makefile

+ 2 - 0
src/tls/Makefile

@@ -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 \