mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
Clean up
This commit is contained in:
parent
e228c98c80
commit
592e347fb6
@ -19,7 +19,6 @@ bool laikaK_genKeys(uint8_t *outPub, uint8_t *outPriv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool laikaK_checkAuth(uint8_t *pubKey, uint8_t **authKeys, int keys) {
|
bool laikaK_checkAuth(uint8_t *pubKey, uint8_t **authKeys, int keys) {
|
||||||
char buf[128]; /* i don't expect bin2hex to write outside this, but it's only user-info and doesn't break anything (ie doesn't write outside the buffer) */
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* check if key is in authKey list */
|
/* check if key is in authKey list */
|
||||||
|
Loading…
Reference in New Issue
Block a user