* grub-core/lib/pbkdf2.c: Remove variable length arrays.

This commit is contained in:
Vladimir Serbinenko 2013-11-12 01:52:55 +01:00
parent 41f26e0ebc
commit 9c6482b8d6
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/pbkdf2.c: Remove variable length arrays.
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/tests/pbkdf2_test.c: New test.