From 694ed08e30c40297bdd9e1a97b0bad700f3637c0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 10 Feb 2016 14:13:25 -0600 Subject: [PATCH] unit: Update header for hmac_sha1 --- unit/test-hmac-sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-hmac-sha1.c b/unit/test-hmac-sha1.c index 12876ae4..ac1b264a 100644 --- a/unit/test-hmac-sha1.c +++ b/unit/test-hmac-sha1.c @@ -29,7 +29,7 @@ #include #include -#include "src/sha1.h" +#include "src/crypto.h" struct hmac_data { const char *key;