From: Wouter Wijngaards Date: Fri, 2 Mar 2012 12:17:09 +0000 (+0000) Subject: removed warning from --enable-ecdsa. X-Git-Tag: release-1.4.17rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac103fc5bd30cb0a6b7de57f18f2f88f677b8c50;p=thirdparty%2Funbound.git removed warning from --enable-ecdsa. git-svn-id: file:///svn/unbound/trunk@2641 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index e71c3f0d0..8d5ea251b 100755 --- a/configure +++ b/configure @@ -16693,16 +16693,6 @@ cat >>confdefs.h <<_ACEOF _ACEOF use_ecdsa="yes" - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: - ***************************************************************** - *** YOU HAVE ENABLED ECDSA WHICH IS EXPERIMENTAL AT THIS TIME *** - *** PLEASE DO NOT USE THIS ON THE PUBLIC INTERNET *** - *****************************************************************" >&5 -$as_echo "$as_me: WARNING: - ***************************************************************** - *** YOU HAVE ENABLED ECDSA WHICH IS EXPERIMENTAL AT THIS TIME *** - *** PLEASE DO NOT USE THIS ON THE PUBLIC INTERNET *** - *****************************************************************" >&2;} ;; no) ;; diff --git a/configure.ac b/configure.ac index 7eaf47fcd..26cf7b4fa 100644 --- a/configure.ac +++ b/configure.ac @@ -678,11 +678,6 @@ case "$enable_ecdsa" in # we now know we have ECDSA and the required curves. AC_DEFINE_UNQUOTED([USE_ECDSA], [1], [Define this to enable ECDSA support.]) use_ecdsa="yes" - AC_WARN([ - ***************************************************************** - *** YOU HAVE ENABLED ECDSA WHICH IS EXPERIMENTAL AT THIS TIME *** - *** PLEASE DO NOT USE THIS ON THE PUBLIC INTERNET *** - *****************************************************************]) ;; no) ;; diff --git a/doc/Changelog b/doc/Changelog index e0c3254c1..d8b1d09cb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 2 March 2012: Wouter - flush_infra cleans timeouted servers from the cache too. + - removed warning from --enable-ecdsa. 1 March 2012: Wouter - forward-first option. Tries without forward if a query fails.