This commit is contained in:
CPunch 2022-04-06 00:27:28 -05:00
parent e228c98c80
commit 592e347fb6
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ bool laikaK_genKeys(uint8_t *outPub, uint8_t *outPriv) {
}
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;
/* check if key is in authKey list */