diff --git a/lib/hdb/hdb.asn1 b/lib/hdb/hdb.asn1 index 668235b68..c3580ef05 100644 --- a/lib/hdb/hdb.asn1 +++ b/lib/hdb/hdb.asn1 @@ -90,8 +90,8 @@ HDB-Ext-Aliases ::= SEQUENCE { hdb_keyset ::= SEQUENCE { kvno[0] INTEGER (0..4294967295), - keys[2] SEQUENCE OF Key, - set-time[1] KerberosTime OPTIONAL, -- time this keyset was created/set + keys[1] SEQUENCE OF Key, + set-time[2] KerberosTime OPTIONAL, -- time this keyset was created/set ... }