From d70de8a9d572bf0ef275baae6e20bea6c8e72b4e Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Fri, 14 Jan 2005 03:51:20 +0000 Subject: [PATCH] *** empty log message *** --- configure | 1 + include/confparse.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index cb42f4c..9c674fd 100755 --- a/configure +++ b/configure @@ -5679,6 +5679,7 @@ if test "X$cf_enable_openssl" != "Xno" ; then echo "${ECHO_T}$cf_openssl_basedir" >&6 cf_enable_openssl="yes" USESSL="-DUSE_SSL" + CFLAGS="$CFLAGS $USESSL" SSLLIB="-lssl" encryption="enabled" cat >>confdefs.h <<\_ACEOF diff --git a/include/confparse.h b/include/confparse.h index 5f5660d..c5dbef2 100644 --- a/include/confparse.h +++ b/include/confparse.h @@ -4,7 +4,7 @@ * Apply the GPL here. */ -/* $Id: confparse.h,v 1.4 2005/01/14 01:35:58 mmondor Exp $ */ +/* $Id: confparse.h,v 1.5 2005/01/14 03:51:20 mmondor Exp $ */ /* our structures */ @@ -290,6 +290,7 @@ sConf confporttab[] = {SCONFT_IPMASK, SCONFF_IPMASK, VARTYPE_NAME}, #ifdef USE_SSL {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME}, +#warning "USE_SSL" #endif {(char *) 0, 0, 0} }; -- 2.9.0