From 5d062905ce608c19063d7b034b83e08681a4311c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 4 May 2011 18:41:02 -0400 Subject: [PATCH] libeap: enable TLS internal client and server --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ba9a7b..b7e4034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ SOURCES_peer += src/eap_peer/eap.c SOURCES_peer += src/eap_common/eap_common.c SOURCES_peer += src/eap_peer/eap_methods.c SOURCES_peer += src/eap_peer/eap_tls_common.c -CFLAGS += -DEAP_TLS +-CFLAGS += -DEAP_TLS CFLAGS += -DEAP_PEAP CFLAGS += -DEAP_TTLS CFLAGS += -DEAP_MD5 @@ -56,6 +56,8 @@ CFLAGS += -DCONFIG_IPV6 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH CFLAGS += -DCONFIG_CRYPTO_INTERNAL +CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT +CFLAGS += -DCONFIG_TLS_INTERNAL_SERVER UTILS_SRCS = src/utils/base64.c \ -- 2.1.4