From f65a81a2aac158f3a067b1d41f81f284a7849bfd 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 | 15 ++++++++++++--- 5 files changed, 42 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7427b7d..f2e6d37 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 2b8b0b8..0c7a839 100644 --- a/src/core/config.xml +++ b/src/core/config.xml @@ -417,6 +417,17 @@ 0.3.0 + + +