X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=sha1.h;fp=sha1.h;h=0000000000000000000000000000000000000000;hp=4d21733e9d23900fc92a9068133bcdcefa751aae;hb=24b877cf29cefb2d8b02029e2f10ccbaccf472f5;hpb=d032b723ee4b7d25ec9be9387e2cc1fa04ec3190 diff --git a/sha1.h b/sha1.h deleted file mode 100644 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);