From c4e916c6c2eeb9a340817c71cabb8ee8d4e6f5d0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 2 Mar 2012 12:17:46 +0000 Subject: [PATCH] removed warning from --enable-ecdsa --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.47.3