bind9/lib/isccc
Aydın Mercan f9ec4a1cdf
switch isc_md_type_t to a proper enum
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.
2026-02-02 11:12:55 +03:00
..
include Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
alist.c Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
base64.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
cc.c switch isc_md_type_t to a proper enum 2026-02-02 11:12:55 +03:00
ccmsg.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
sexpr.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00