mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
pointless touches
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user