From 169b8a4a758d62023ac7cb24e2b623eba0a45bbf Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 18 Aug 2010 23:32:53 +0200 Subject: [PATCH] Added option to redirect from adc:// to adcs:// if tls is required. --- GNUmakefile | 2 +- src/core/config.xml | 11 +++++++++++ src/core/gen_config.c | 17 +++++++++++++++++ src/core/gen_config.h | 1 + src/core/probe.c | 3 +-- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f46d315..2f22a6e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,7 +10,7 @@ LD := $(CC) MV := mv RANLIB := ranlib CFLAGS += -pipe -Wall -USE_SSL ?= NO +USE_SSL ?= YES USE_BIGENDIAN ?= AUTO BITS ?= AUTO SILENT ?= YES diff --git a/src/core/config.xml b/src/core/config.xml index b8066ea..895314c 100644 --- a/src/core/config.xml +++ b/src/core/config.xml @@ -417,6 +417,17 @@ 0.3.0 + + +