- sidekick: permit longer key type (hash algo names) for SNTP
bk: 59b10d2cqSh0BkwudoW-VSPqWosyTA
if (octothorpe)
*octothorpe = '\0';
act = emalloc(sizeof(*act));
- scan_cnt = sscanf(kbuf, "%d %9s %128s", &act->key_id, act->typen, keystring);
+ scan_cnt = sscanf(kbuf, "%d %19s %128s", &act->key_id, act->typen, keystring);
if (scan_cnt == 3) {
int len = strlen(keystring);
goodline = 1; /* assume best for now */
int key_id;
int key_len;
int typei;
- char typen[10];
+ char typen[20];
char key_seq[64];
};