removed warning from --enable-ecdsa.

git-svn-id: file:///svn/unbound/trunk@2641 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-03-02 12:17:09 +00:00
parent af71677114
commit ac103fc5bd
3 changed files with 1 additions and 15 deletions

10
configure vendored
View file

@ -16693,16 +16693,6 @@ cat >>confdefs.h <<_ACEOF
_ACEOF _ACEOF
use_ecdsa="yes" 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) no)
;; ;;

View file

@ -678,11 +678,6 @@ case "$enable_ecdsa" in
# we now know we have ECDSA and the required curves. # we now know we have ECDSA and the required curves.
AC_DEFINE_UNQUOTED([USE_ECDSA], [1], [Define this to enable ECDSA support.]) AC_DEFINE_UNQUOTED([USE_ECDSA], [1], [Define this to enable ECDSA support.])
use_ecdsa="yes" 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) no)
;; ;;

View file

@ -1,5 +1,6 @@
2 March 2012: Wouter 2 March 2012: Wouter
- flush_infra cleans timeouted servers from the cache too. - flush_infra cleans timeouted servers from the cache too.
- removed warning from --enable-ecdsa.
1 March 2012: Wouter 1 March 2012: Wouter
- forward-first option. Tries without forward if a query fails. - forward-first option. Tries without forward if a query fails.