;;
no)
;;
- *) ac_fn_c_check_func "$LINENO" "EVP_PKEY_set_type_str" "ac_cv_func_EVP_PKEY_set_type_str"
-if test "x$ac_cv_func_EVP_PKEY_set_type_str" = x""yes; then :
-
- use_gost="yes"
-
-$as_echo "#define USE_GOST 1" >>confdefs.h
-
-fi
-
- ;;
+ *) ;;
esac
# check for libevent
no)
;;
*) dnl default
- AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
- use_gost="yes"
- AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
+dnl Disabled-by-default, RFC not ready.
+dnl AC_CHECK_FUNC(EVP_PKEY_set_type_str, [
+dnl use_gost="yes"
+dnl AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.])])
;;
esac
2 June 2010: Wouter
- Fix compile warning if compiled without threads.
- updated ldns-tarball with current ldns svn (pre 1.6.5).
+ - GOST disabled-by-default, the algorithm number is allocated but the
+ RFC is still has to pass AUTH48 at the IETF.
1 June 2010: Wouter
- Ignore Z flag in incoming messages too.