Module Name:    src
Committed By:   martin
Date:           Wed May  2 14:43:59 UTC 2018

Modified Files:
        src/external/bsd/bind/include/isc: platform.h

Log Message:
Use crypto code from openssl. Fixes PR bin/53250, suggested by Christos.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/external/bsd/bind/include/isc/platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/include/isc/platform.h
diff -u src/external/bsd/bind/include/isc/platform.h:1.25 src/external/bsd/bind/include/isc/platform.h:1.26
--- src/external/bsd/bind/include/isc/platform.h:1.25	Sat Apr  7 22:23:27 2018
+++ src/external/bsd/bind/include/isc/platform.h	Wed May  2 14:43:59 2018
@@ -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

Reply via email to