Add context to crypto backend init (so it can print errors to callback).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@415 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2011-01-16 10:40:57 +00:00
parent f48c312fc7
commit af87ffbd37
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
struct crypt_hash;
struct crypt_hmac;
int crypt_backend_init(void);
int crypt_backend_init(struct crypt_device *ctx);
#define CRYPT_BACKEND_KERNEL (1 << 0) /* Crypto uses kernel part, for benchmark */