]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
removed warning from --enable-ecdsa
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Fri, 2 Mar 2012 12:17:46 +0000 (12:17 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Fri, 2 Mar 2012 12:17:46 +0000 (12:17 +0000)
configure.ac

index 574d2a83bf0dfb0526098594f587431456ed4484..0285c4fdc81d8ab609fd45ae47f95bacb48dd21e 100644 (file)
@@ -311,11 +311,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.])
       AC_SUBST(ldns_build_config_use_ecdsa, 1)
-      AC_WARN([
-      *****************************************************************
-      *** YOU HAVE ENABLED ECDSA WHICH IS EXPERIMENTAL AT THIS TIME ***
-      *** PLEASE DO NOT USE THIS ON THE PUBLIC INTERNET             ***
-      *****************************************************************])
       ;;
     no)
       AC_SUBST(ldns_build_config_use_ecdsa, 0)