From 466f7cb57dc32f1624d518a247a30b430dfc028a Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Mon, 20 Oct 2008 22:45:49 +0700 Subject: sha1.h is renamed to libsha1.h to avoid clashes with libmd. Signed-off-by: Mikhail Gusarov --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index ebe2b44..21a6525 100644 --- a/test.c +++ b/test.c @@ -1,7 +1,7 @@ #include #include -#include "sha1.h" +#include "libsha1.h" static void print_hex(const char* data, size_t size) { -- cgit v1.2.1