Merged the hostap_2.6 updates, and the Leap of Faith work, from the hostap_update...
[mech_eap.git] / libeap / src / tls / Makefile
index a2da096..52a890a 100644 (file)
@@ -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 \
@@ -22,6 +24,7 @@ LIB_OBJS= \
        tlsv1_client.o \
        tlsv1_client_read.o \
        tlsv1_client_write.o \
+       tlsv1_client_ocsp.o \
        tlsv1_common.o \
        tlsv1_cred.o \
        tlsv1_record.o \