bind9/lib/isc/include
Aydın Mercan 8f106f2b66
Separate isc_hmac between pre and post OpenSSL 3.0
Instead of the `EVP_MD_CTX` based functions, use either the new
`EVP_MAC` or the old `HMAC_CTX` based functions.

`EVP_MAC` is the recommended way using using MAC functions in post-3.0
while `HMAC_CTX` is used internally by `EVP_MD_CTX`, making the latter
redundant.
2026-02-02 11:50:14 +03:00
..
isc Separate isc_hmac between pre and post OpenSSL 3.0 2026-02-02 11:50:14 +03:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00