summaryrefslogtreecommitdiff
path: root/sntp/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/crypto.h')
-rw-r--r--sntp/crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sntp/crypto.h b/sntp/crypto.h
index 19cdbc45e51e..961dca042a9f 100644
--- a/sntp/crypto.h
+++ b/sntp/crypto.h
@@ -20,7 +20,8 @@ struct key {
struct key * next;
int key_id;
int key_len;
- char type[10];
+ int typei;
+ char typen[20];
char key_seq[64];
};