From 355ae357eb21b9f219b9058112e4f0e1e2641893 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 17 Jul 2011 15:20:25 -0500 Subject: [PATCH] Moved set_time field of hdb_keyset to end and add extensibility marker. --- lib/hdb/hdb.asn1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/hdb/hdb.asn1 b/lib/hdb/hdb.asn1 index adba09c39..8f97268a0 100644 --- a/lib/hdb/hdb.asn1 +++ b/lib/hdb/hdb.asn1 @@ -90,8 +90,9 @@ HDB-Ext-Aliases ::= SEQUENCE { hdb_keyset ::= SEQUENCE { kvno[0] INTEGER (0..4294967295), - set-time[1] KerberosTime, -- time this key was created/set - keys[2] SEQUENCE OF Key + keys[2] SEQUENCE OF Key, + set-time[1] KerberosTime, -- time this keyset was created/set + ... } HDB-Ext-KeySet ::= SEQUENCE OF hdb_keyset