make compile after rebase

This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 19:46:45 -07:00
parent 721c5634d5
commit 7f6f4206c6

View File

@@ -237,7 +237,7 @@ fast_parse_cookie(kdc_request_t r, const PA_DATA *pa)
if (ret)
goto out;
ret = krb5_decrypt_EncryptedData(crypto, crypto,
ret = krb5_decrypt_EncryptedData(r->context, crypto,
KRB5_KU_H5L_COOKIE,
&data.cookie, &d1);
krb5_crypto_destroy(r->context, crypto);