Merge branch 'wpk/disable-openssl-siphash' into 'master'
Disable OpenSSL siphash. See merge request isc-projects/bind9!2965
This commit is contained in:
@@ -17,7 +17,12 @@
|
||||
#include <isc/util.h>
|
||||
#include <isc/siphash.h>
|
||||
|
||||
#if HAVE_OPENSSL_SIPHASH
|
||||
/*
|
||||
* Creation of EVP_MD_CTX and EVP_PKEY is quite expensive, until
|
||||
* we fix the code to reuse the context and key we'll use our own
|
||||
* implementation of siphash.
|
||||
*/
|
||||
#if 0 /* HAVE_OPENSSL_SIPHASH */
|
||||
#include <openssl/evp.h>
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user