]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
label experimental signing algorithms
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 10 Aug 2009 09:07:12 +0000 (09:07 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 10 Aug 2009 09:07:12 +0000 (09:07 +0000)
configure.ac
examples/configure.ac

index 2b6f6dfafcea0dc0f1283e99e940323495a96a59..f8a0d0704e97131fea6be1fbc26751073ed78f70 100644 (file)
@@ -85,7 +85,7 @@ ACX_LIBTOOL_C_ONLY
 #AC_CHECK_PROG(glibtool, glibtool, [glibtool], )
 #AC_CHECK_PROGS(libtool, [libtool15 libtool], [./libtool])
 
-AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support]))
+AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental]))
 case "$enable_sha2" in
     yes)
         AC_MSG_CHECKING(for SHA256 and SHA512)
@@ -98,7 +98,7 @@ case "$enable_sha2" in
         ;;
 esac
 
-AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support]))
+AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental]))
 case "$enable_gost" in
     yes)
         AC_MSG_CHECKING(for GOST)
index 6f630e2eb887944f7e9ee8c21479b74b0e29bce3..99b31250b88cfe7c5992a4387abdbd7d018b690a 100644 (file)
@@ -197,7 +197,7 @@ AC_CHECK_LIB(nsl, inet_pton)
 
 ACX_WITH_SSL_OPTIONAL
 
-AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support]))
+AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental]))
 case "$enable_sha2" in
     yes)
         AC_MSG_CHECKING(for SHA256 and SHA512)
@@ -210,7 +210,7 @@ case "$enable_sha2" in
         ;;
 esac
 
-AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support]))
+AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental]))
 case "$enable_gost" in
     yes)
         AC_MSG_CHECKING(for GOST)