summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/hmacsha.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/lib/isc/hmacsha.c')
-rw-r--r--usr.sbin/bind/lib/isc/hmacsha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/hmacsha.c b/usr.sbin/bind/lib/isc/hmacsha.c
index 3644e889579..8991965beff 100644
--- a/usr.sbin/bind/lib/isc/hmacsha.c
+++ b/usr.sbin/bind/lib/isc/hmacsha.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: hmacsha.c,v 1.5 2020/01/09 13:52:23 florian Exp $ */
+/* $Id: hmacsha.c,v 1.6 2020/01/20 18:49:46 florian Exp $ */
/*
* This code implements the HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384
@@ -30,7 +30,7 @@
#include <isc/safe.h>
#include <isc/sha1.h>
#include <isc/sha2.h>
-#include <isc/string.h>
+#include <string.h>
#include <isc/types.h>
#include <isc/util.h>