* grub-core/tests/pbkdf2_test.c (vectors): Likewise.
+2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/tests/legacy_password_test.c (vectors): Make static.
+ * grub-core/tests/pbkdf2_test.c (vectors): Likewise.
+
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/tests/setjmp_test.c: Reset counter to 0 before starting.
GRUB_MOD_LICENSE ("GPLv3+");
-struct
+static struct
{
char **args;
int argc;
GRUB_MOD_LICENSE ("GPLv3+");
-struct
+static struct
{
const char *P;
grub_size_t Plen;