kvno for encrypt_EncryptedData

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3074 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-21 18:45:44 +00:00
parent a06505cfe0
commit 502aa1fc08
2 changed files with 2 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ krb5_get_forwarded_creds (krb5_context context,
buf + sizeof(buf) - len,
len,
auth_context->enctype,
0,
&auth_context->local_subkey,
&cred.enc_part);
if (ret)

View File

@@ -298,6 +298,7 @@ make_pa_enc_timestamp(krb5_context context, PA_DATA *pa, krb5_keyblock *key)
buf + sizeof(buf) - len,
len,
ETYPE_DES_CBC_MD5,
0,
key,
&encdata);
if (ret)