summaryrefslogtreecommitdiff
path: root/sha1.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 /sha1.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 'sha1.c')
-rw-r--r--sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1.c b/sha1.c
index 48bef2b..c39a5a1 100644
--- a/sha1.c
+++ b/sha1.c
@@ -35,7 +35,7 @@
#include <string.h> /* for memcpy() etc. */
-#include "sha1.h"
+#include "libsha1.h"
#if defined(__cplusplus)
extern "C"