* grub-core/commands/verify.c: Remove variable length arrays.

Load gcry_dsa/gcry_rsa automatically.
This commit is contained in:
Vladimir Serbinenko 2013-11-12 16:07:30 +01:00
parent 61c22fdf36
commit 1dcb27157d
2 changed files with 63 additions and 24 deletions

View file

@ -1,3 +1,8 @@
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/verify.c: Remove variable length arrays.
Load gcry_dsa/gcry_rsa automatically.
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/tests/signature_test.c: New test.