* 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

@ -1,3 +1,8 @@
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.

View File

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

View File

@ -23,7 +23,7 @@
GRUB_MOD_LICENSE ("GPLv3+");
struct
static struct
{
const char *P;
grub_size_t Plen;