From ae90dfc26ab67fd5e851bc15554ef9e2cd5b785e Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 21 Jan 2009 12:02:03 +0000 Subject: [PATCH] ssl support is mandatory git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1241 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/diameter_client/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/diameter_client/Makefile b/apps/diameter_client/Makefile index 096be8e9..fe458306 100644 --- a/apps/diameter_client/Makefile +++ b/apps/diameter_client/Makefile @@ -3,11 +3,10 @@ plug_in_name = diameter_client DIAMETER_BASE_LIBDIR = lib_dbase/ DIAMETER_BASE_LIBNAME = lib_dbase.a -# for TLS support: -# -#WITH_OPENSSL = 1 +# TLS support, mandatory +WITH_OPENSSL = 1 -module_ldflags = +module_ldflags = module_cflags = -I $(DIAMETER_BASE_LIBDIR)