KVNOs are krb5uint32 in RFC4120, make it so

This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 14:23:45 -07:00
parent 671e231d75
commit 1124c4872d
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ LastReq ::= SEQUENCE OF SEQUENCE {
EncryptedData ::= SEQUENCE {
etype[0] ENCTYPE, -- EncryptionType
kvno[1] krb5int32 OPTIONAL,
kvno[1] krb5uint32 OPTIONAL,
cipher[2] OCTET STRING -- ciphertext
}