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.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-08 16:07:27 +01:00
parent 958ee22168
commit 4a19b6017d
2 changed files with 26 additions and 11 deletions

View file

@ -1,3 +1,12 @@
2011-11-08 Vladimir Serbinenko <phcoder@gmail.com>
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.
2011-11-08 Vladimir Serbinenko <phcoder@gmail.com>
Illumos support.