mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-21 09:26:12 -04:00
Get rid of the OpenSSL-isms that plague the codebase where the hash type is `EVP_MD *` By using a proper enum, alongside the cleanup, we also get the ability to use constants for known hash sizes instead of having a function call every time. `EVP_MD_CTX_get0_md` has been removed instead of being adapted since it wasn't used anymore. |
||
|---|---|---|
| .. | ||
| include | ||
| alist.c | ||
| base64.c | ||
| cc.c | ||
| ccmsg.c | ||
| meson.build | ||
| sexpr.c | ||