* grub-core/tests/legacy_password_test.c (vectors): Make static.
* grub-core/tests/pbkdf2_test.c (vectors): Likewise.
This commit is contained in:
parent
7d06b24eac
commit
b521bb816d
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
char **args;
|
||||
int argc;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
const char *P;
|
||||
grub_size_t Plen;
|
||||
|
|
Loading…
Reference in a new issue