From: Wouter Wijngaards Date: Fri, 2 Mar 2012 12:17:46 +0000 (+0000) Subject: removed warning from --enable-ecdsa X-Git-Tag: release-1.6.13rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e916c6c2eeb9a340817c71cabb8ee8d4e6f5d0;p=thirdparty%2Fldns.git removed warning from --enable-ecdsa --- diff --git a/configure.ac b/configure.ac index 574d2a83..0285c4fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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)