diff --git a/lib/isc/siphash.c b/lib/isc/siphash.c index 783ef69e3f..d9dc5628dc 100644 --- a/lib/isc/siphash.c +++ b/lib/isc/siphash.c @@ -17,7 +17,12 @@ #include #include -#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 void