]> git.ipfire.org Git - thirdparty/grub.git/commit
Fix ZFS crypto error types.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Nov 2011 15:07:27 +0000 (16:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Nov 2011 15:07:27 +0000 (16:07 +0100)
commit4a19b6017d989c076b06861d3bfd6ba6d3fa9c75
treeea95fdd47ee6ba37c976616046e7374330698a54
parent958ee2216874b6587ff0534fa7030e06a58167ce
Fix ZFS crypto error types.

* grub-core/fs/zfs/zfscrypt.c (grub_ccm_decrypt): Fix return type.
(grub_gcm_decrypt): Likewise.
(grub_zfs_load_key_real): Fix error code type. Handle possible error
from PBKDF2.
ChangeLog
grub-core/fs/zfs/zfscrypt.c