]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
removed warning from --enable-ecdsa.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Mar 2012 12:17:09 +0000 (12:17 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Mar 2012 12:17:09 +0000 (12:17 +0000)
git-svn-id: file:///svn/unbound/trunk@2641 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index e71c3f0d0f2f386002e90b7f6cb4614787094735..8d5ea251b87c2ed807e582851dafd08cc5665301 100755 (executable)
--- 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)
       ;;
index 7eaf47fcd21e84d18ea76a76868b57ccdbd7ad67..26cf7b4fa94010ee56bdb5cfae276f2e12b9216a 100644 (file)
@@ -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)
       ;;
index e0c3254c1e46e61e7aab6070c4649e1bd18bcf83..d8b1d09cb78ea9432a3d54dcfee543193a972bd5 100644 (file)
@@ -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.