Remove internal SHA1 implementation, not needed now.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@82 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2009-07-30 15:01:22 +00:00
parent 88bdb609a8
commit 1a10c59b97
10 changed files with 3 additions and 699 deletions

View File

@@ -26,7 +26,6 @@
#include <netinet/in.h>
#include <errno.h>
#include <gcrypt.h>
#include "sha1.h"
#include "random.h"
static void XORblock(char const *src1, char const *src2, char *dst, size_t n)