* KRB5-asn.py (PA-SAM-RESPONSE): Fix syntax error -- comma separating sequence
authorKen Raeburn <raeburn@mit.edu>
Tue, 6 Jul 1999 23:24:12 +0000 (23:24 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 6 Jul 1999 23:24:12 +0000 (23:24 +0000)
components doesn't belong buried in a comment.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11545 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/KRB5-asn.py

index d66129f8b974448e1eabb0a4277003399313e182..cc9f48985f245ef4eb620c7d230b4e7f0c57dd9f 100644 (file)
@@ -1,3 +1,9 @@
+1999-07-06  Ken Raeburn  <raeburn@mit.edu>
+
+       * KRB5-asn.py (PA-SAM-RESPONSE): Fix syntax error -- comma
+       separating sequence components doesn't belong buried in a
+       comment.
+
 1999-07-03  Tom Yu  <tlyu@mit.edu>
 
        * asn1buf.c (asn1buf_sync): Add length parameter to disambiguate
index 73afd945739868974b52a9e9d804a026226ff8a3..be37d7809f38dcb1677c24545940eaef071482a9 100644 (file)
@@ -377,10 +377,10 @@ PA-SAM-RESPONSE ::= SEQUENCE {
     sam-flags[1]                SAMFlags,
     sam-track-id[2]             GeneralString OPTIONAL,
     -- sam-enc-key is reserved for future use, so I'm making it OPTIONAL - mwe
-    sam-enc-key[3]              EncryptedData
-                                   -- PA-ENC-SAM-KEY,
-    sam-enc-nonce-or-ts[4]      EncryptedData
-                                   -- PA-ENC-SAM-RESPONSE-ENC,
+    sam-enc-key[3]              EncryptedData,
+                                   -- PA-ENC-SAM-KEY
+    sam-enc-nonce-or-ts[4]      EncryptedData,
+                                   -- PA-ENC-SAM-RESPONSE-ENC
     sam-nonce[5]                INTEGER OPTIONAL,
     sam-patimestamp[6]          KerberosTime OPTIONAL
 }