Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/bind/include PR/53845: Anthony Mallet: "bad coo...



details:   https://anonhg.NetBSD.org/src/rev/195d321ca26f
branches:  trunk
changeset: 838269:195d321ca26f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 08 22:19:28 2019 +0000

description:
PR/53845: Anthony Mallet: "bad cookie" in authoritative DNS server since bind
9.12 import. AES_CC needs to always be enabled.

diffstat:

 external/mpl/bind/include/config.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r e4033e1c9ff1 -r 195d321ca26f external/mpl/bind/include/config.h
--- a/external/mpl/bind/include/config.h        Tue Jan 08 20:08:28 2019 +0000
+++ b/external/mpl/bind/include/config.h        Tue Jan 08 22:19:28 2019 +0000
@@ -150,11 +150,8 @@
 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
-#ifndef __NetBSD__
-/* defined by the build process */
 /* Use AES for Client Cookie generation */
 #define AES_CC 1
-#endif
 
 /* define if ATF unit tests are to be built. */
 /* #undef ATF_TEST */



Home | Main Index | Thread Index | Old Index