]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sha1.h
Move sha1.[ch] to crypt.[ch] and make crypto API independent of sha1.
[paraslash.git] / sha1.h
diff --git a/sha1.h b/sha1.h
deleted file mode 100644 (file)
index 4d21733..0000000
--- a/sha1.h
+++ /dev/null
@@ -1,5 +0,0 @@
-/** \file sha1.h Secure Hash Algorithm prototype */
-
-/** Size of the hash value in bytes. */
-#define HASH_SIZE 20
-void sha1_hash(const char *data, unsigned long len, unsigned char *sha1);