* grub-core/fs/zfs/zfscrypt.c: Add link to documentation.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-01 18:30:51 +01:00
parent 17e1d934c7
commit 2f53a9ed1f
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-02-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/zfs/zfscrypt.c: Add link to documentation.
2012-02-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/videotest.c (grub_cmd_videotest): Fix subset

View file

@ -44,6 +44,11 @@
GRUB_MOD_LICENSE ("GPLv3+");
/*
Mostly based on following article:
https://blogs.oracle.com/darren/entry/zfs_encryption_what_is_on
*/
enum grub_zfs_algo
{
GRUB_ZFS_ALGO_CCM,