From 2ad5208de2f097b0072efe44fc71615f1cee4e2d Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 3 May 2011 16:53:46 +0200 Subject: [PATCH] Unbreak TTLS by compiling with -DCONFIG_TLS_INTERNAL_CLIENT --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.1.4