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

Add generic hashed message authentication code API (isc_hmac) to replace specific HMAC functions hmacmd5/hmacsha1/hmacsha2...

This commit is contained in:
Ondřej Surý
2018-03-20 17:20:50 +00:00
parent 7fd3dc63de
commit b98ac2593c
28 changed files with 1750 additions and 3834 deletions

View File

@@ -35,7 +35,6 @@
#include <isc/buffer.h>
#include <isc/dir.h>
#include <isc/fsaccess.h>
#include <isc/hmacsha.h>
#include <isc/lex.h>
#include <isc/mem.h>
#include <isc/once.h>