summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2008-10-20 22:45:49 +0700
committerMikhail Gusarov <dottedmag@dottedmag.net>2008-10-20 22:45:49 +0700
commit466f7cb57dc32f1624d518a247a30b430dfc028a (patch)
treea27372dcdc5a1796603cbd9c49f200b0d15d598e /test.c
parent1dd8f33302f1caa519d20783eef50613d17451bc (diff)
downloadlibsha1-466f7cb57dc32f1624d518a247a30b430dfc028a.tar.gz
sha1.h is renamed to libsha1.h to avoid clashes with libmd.
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index ebe2b44..21a6525 100644
--- a/test.c
+++ b/test.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
-#include "sha1.h"
+#include "libsha1.h"
static void print_hex(const char* data, size_t size)
{