From: Luke Howard Date: Tue, 3 May 2011 14:53:46 +0000 (+0200) Subject: Unbreak TTLS by compiling with -DCONFIG_TLS_INTERNAL_CLIENT X-Git-Tag: 0.9.2~97^2~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=2ad5208de2f097b0072efe44fc71615f1cee4e2d Unbreak TTLS by compiling with -DCONFIG_TLS_INTERNAL_CLIENT --- diff --git a/Makefile.am b/Makefile.am index 2ba9a7b..b735ec8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ CFLAGS += -DCONFIG_IPV6 CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH CFLAGS += -DCONFIG_CRYPTO_INTERNAL - +CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT UTILS_SRCS = src/utils/base64.c \ src/utils/common.c \