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

@@ -40,7 +40,7 @@ _kdc_db_fetch(krb5_context context,
krb5_kdc_configuration *config,
krb5_const_principal principal,
unsigned flags,
krb5int32 *kvno_ptr,
krb5uint32 *kvno_ptr,
HDB **db,
hdb_entry_ex **h)
{

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
}