Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind/include/isc Use crypto code f...



details:   https://anonhg.NetBSD.org/src/rev/d4761b02505a
branches:  trunk
changeset: 318653:d4761b02505a
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 02 14:43:59 2018 +0000
description:
Use crypto code from openssl. Fixes PR bin/53250, suggested by Christos.

diffstat:

 external/bsd/bind/include/isc/platform.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ebeab62b3268 -r d4761b02505a external/bsd/bind/include/isc/platform.h
--- a/external/bsd/bind/include/isc/platform.h  Wed May 02 12:12:13 2018 +0000
+++ b/external/bsd/bind/include/isc/platform.h  Wed May 02 14:43:59 2018 +0000
@@ -349,7 +349,7 @@
 /*
  * Define if the hash functions must be provided by OpenSSL.
  */
-#undef ISC_PLATFORM_OPENSSLHASH
+#define ISC_PLATFORM_OPENSSLHASH
 
 /*
  * Define if AES support is wanted



Home | Main Index | Thread Index | Old Index