2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add generic message digest API (isc_md) to replace specific MD functions md5/sha1/sha256

This commit is contained in:
Ondřej Surý
2018-06-01 09:31:59 +02:00
parent 4b636bf74e
commit 7fd3dc63de
62 changed files with 1519 additions and 1999 deletions

View File

@@ -19,7 +19,6 @@
#include <isc/mem.h>
#include <isc/safe.h>
#include <isc/sha2.h>
#include <isc/result.h>
#include <isc/string.h>
#include <isc/util.h>