From cefff312739d1e51fa6b6f47168ccc93f9932cd5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 18 Feb 2015 20:50:58 -0600 Subject: [PATCH] unit: Update include --- unit/test-hmac-sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-hmac-sha256.c b/unit/test-hmac-sha256.c index 90a96d1d..55111a92 100644 --- a/unit/test-hmac-sha256.c +++ b/unit/test-hmac-sha256.c @@ -29,7 +29,7 @@ #include #include -#include "src/sha256.h" +#include "src/crypto.h" struct hmac_data { const char *key;