* grub-core/disk/luks.c (configure_ciphers): Fix spurious warning.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-18 16:51:08 +02:00
parent 97dfe7e46b
commit 7b3aca00fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/luks.c (configure_ciphers): Fix spurious warning.
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfs_lz4.c: Check that __INTEL_COMPILER is

View File

@ -82,7 +82,7 @@ configure_ciphers (grub_disk_t disk, const char *check_uuid,
const gcry_md_spec_t *hash = NULL, *essiv_hash = NULL;
const struct gcry_cipher_spec *ciph;
grub_cryptodisk_mode_t mode;
grub_cryptodisk_mode_iv_t mode_iv;
grub_cryptodisk_mode_iv_t mode_iv = GRUB_CRYPTODISK_MODE_IV_PLAIN64;
int benbi_log = 0;
grub_err_t err;