Initial checking of what was revision 56 on http://luks.endorphin.org/svn/cryptsetup

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@3 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Clemens Fruhwirth
2008-03-22 08:23:35 +00:00
parent 3115b3c073
commit 7dc7b90a9b
112 changed files with 25933 additions and 0 deletions

8
luks/random.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef INCLUDED_CRYPTSETUP_LUKS_RANDOM_H
#define INCLUDED_CRYPTSETUP_LUKS_RANDOM_H
#include <stddef.h>
int getRandom(char *buf, size_t len);
#endif