* ldns-signzone checks if public key file is for the right zone.
* NETLDNS, .NET port of ldns functionality, by Alex Nicoll, in contrib.
* Fix handling of comments in resolv.conf parse.
+ * GOST code enabled if SSL recent, RFC 5933.
1.6.5
* Catch \X where X is a digit as an error.
no)
;;
*) dnl default
-dnl disabled-by-default RFC not ready.
-dnl if test "x$HAVE_SSL" = "xyes"; then
-dnl AC_MSG_CHECKING(for GOST)
-dnl AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
-dnl AC_DEFINE_UNQUOTED([USE_GOST], [1], [Define this to enable GOST support.])
-dnl ],[])
-dnl fi
+ if test "x$HAVE_SSL" = "xyes"; then
+ AC_MSG_CHECKING(for GOST)
+ AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
+ AC_DEFINE_UNQUOTED([USE_GOST], [1], [Define this to enable GOST support.])
+ ],[])
+ fi
;;
esac