disable SIT, as we've been doing in -7 since this experimental feature

popped up. it was problematic and has been obsoleted in BIND 9.11.
ok christos@ reed@
This commit is contained in:
snj 2017-09-04 19:57:53 +00:00
parent aee26b4bb9
commit 5bd7acb54f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.26 2017/05/21 15:28:38 riastradh Exp $
# $NetBSD: Makefile.inc,v 1.27 2017/09/04 19:57:53 snj Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@ -87,7 +87,7 @@ LIBDPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread
.endif
.if ${NAMED_USE_OPENSSL} == "yes"
CPPFLAGS+=-DOPENSSL -DUSE_ISC_SPNEGO -DHAVE_OPENSSL_GOST -DAES_SIT
CPPFLAGS+=-DOPENSSL -DUSE_ISC_SPNEGO -DHAVE_OPENSSL_GOST
.if ${MKKERBEROS} != "no"
CPPFLAGS+=-DGSSAPI
.endif

View File

@ -359,7 +359,7 @@
/*
* Defined if we are enabling SIT (Source Identity Token).
*/
#define ISC_PLATFORM_USESIT 1
#undef ISC_PLATFORM_USESIT
/***
*** Windows dll support.