KVNOs are krb5uint32 in RFC4120, make it so
This commit is contained in:
@@ -40,7 +40,7 @@ _kdc_db_fetch(krb5_context context,
|
|||||||
krb5_kdc_configuration *config,
|
krb5_kdc_configuration *config,
|
||||||
krb5_const_principal principal,
|
krb5_const_principal principal,
|
||||||
unsigned flags,
|
unsigned flags,
|
||||||
krb5int32 *kvno_ptr,
|
krb5uint32 *kvno_ptr,
|
||||||
HDB **db,
|
HDB **db,
|
||||||
hdb_entry_ex **h)
|
hdb_entry_ex **h)
|
||||||
{
|
{
|
||||||
|
@@ -361,7 +361,7 @@ LastReq ::= SEQUENCE OF SEQUENCE {
|
|||||||
|
|
||||||
EncryptedData ::= SEQUENCE {
|
EncryptedData ::= SEQUENCE {
|
||||||
etype[0] ENCTYPE, -- EncryptionType
|
etype[0] ENCTYPE, -- EncryptionType
|
||||||
kvno[1] krb5int32 OPTIONAL,
|
kvno[1] krb5uint32 OPTIONAL,
|
||||||
cipher[2] OCTET STRING -- ciphertext
|
cipher[2] OCTET STRING -- ciphertext
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user