Ooops! Mind those tags when re-ordering ASN.1 SEQUENCEs! (hdb_keyset)

This commit is contained in:
Nicolas Williams
2011-07-18 22:49:20 -05:00
parent 4b0245d096
commit 0674e4b13a

View File

@@ -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
...
}