* grub-core/tests/legacy_password_test.c (vectors): Make static.

* grub-core/tests/pbkdf2_test.c (vectors): Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-11-12 15:59:58 +01:00
parent 7d06b24eac
commit b521bb816d
3 changed files with 7 additions and 2 deletions

View file

@ -25,7 +25,7 @@
GRUB_MOD_LICENSE ("GPLv3+");
struct
static struct
{
char **args;
int argc;