mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-16 15:02:50 +00:00
pointless touches
This commit is contained in:
parent
0fe541b5fb
commit
41eeb2edb2
5 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue