From 752981fdd859904fa9df4c68afcaae6d501de3f4 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 10 Feb 2016 14:33:30 -0600 Subject: [PATCH] unit: Update include for pbkdf2_sha1 --- unit/test-pbkdf2-sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-pbkdf2-sha1.c b/unit/test-pbkdf2-sha1.c index f3bd23d9..586a18cf 100644 --- a/unit/test-pbkdf2-sha1.c +++ b/unit/test-pbkdf2-sha1.c @@ -29,7 +29,7 @@ #include #include -#include "src/sha1.h" +#include "src/crypto.h" struct pbkdf2_data { const char *password;