pointless touches

This commit is contained in:
cathugger 2018-04-27 12:39:16 +00:00
parent 0fe541b5fb
commit 41eeb2edb2
5 changed files with 12 additions and 12 deletions

View file

@ -35,7 +35,7 @@ struct pktest {
#define SECRETKEYBYTES 64
#define PUBLICKEYBYTES 32
int main()
int main(void)
{
u8 seedbuf[SEEDBYTES];
u8 secretbuf1[SECRETKEYBYTES];
@ -63,4 +63,4 @@ int main()
}
return 0;
}
}