]> git.ipfire.org Git - thirdparty/bind9.git/commit
configure.ac: Add OpenSSL SipHash support detection
authorOndřej Surý <ondrej@sury.org>
Fri, 30 Aug 2019 13:32:11 +0000 (15:32 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 3 Sep 2019 07:19:55 +0000 (09:19 +0200)
commit9b6c6f57d88232def3e76aaea862767f85ef669f
tree671848c3f944bb62f06a2b4f61f62606e0673d57
parent6fd3259560eeb19e64c350571ae126492648ec00
configure.ac: Add OpenSSL SipHash support detection

Add check for creating new EVP_PKEY with EVP_PKEY_SIPHASH, but disable SipHash
on OpenSSL 1.1.1 as the hash length initialization is broken before OpenSSL
1.1.1a release.
config.h.in
configure
configure.ac