fixed calls to `krb5_{en,de}crypt'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2022 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-07 09:52:39 +00:00
parent 2b911eac5f
commit 69790eb6db
3 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ krb5_mk_priv(krb5_context context,
s.enc_part.kvno = NULL;
r = krb5_encrypt (context, buf + sizeof(buf) - len, len,
&auth_context->key, &s.enc_part.cipher);
s.enc_part.etype, &auth_context->key, &s.enc_part.cipher);
if (r)
return r;