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 from openssl. ...
details: https://anonhg.NetBSD.org/src/rev/44151ffa45bb
branches: trunk
changeset: 361528:44151ffa45bb
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 18fcab5b3342 -r 44151ffa45bb 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