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

@@ -33,7 +33,6 @@
#include "luks.h"
#include "af.h"
#include "pbkdf.h"
#include "sha1.h"
#include "random.h"
#include <uuid/uuid.h>
#include <../lib/internal.h>