Fix some minor compilation problems in crypto backends.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@463 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2011-03-14 16:44:56 +00:00
parent 85e71a8680
commit 143603c471
4 changed files with 6 additions and 3 deletions

View File

@@ -719,6 +719,9 @@ static int action_luksChangeKey(int arg)
if ((r = crypt_load(cd, CRYPT_LUKS1, NULL)))
goto out;
if (opt_iteration_time)
crypt_set_iterarion_time(cd, opt_iteration_time);
r = crypt_get_key(_("Enter LUKS passphrase to be changed: "),
&password, &passwordLen,
opt_keyfile_size, opt_key_file, opt_timeout,