mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
removed warning from --enable-ecdsa.
git-svn-id: file:///svn/unbound/trunk@2641 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
af71677114
commit
ac103fc5bd
3 changed files with 1 additions and 15 deletions
10
configure
vendored
10
configure
vendored
|
|
@ -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)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue