changes for modified auth_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4156 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -238,8 +238,9 @@ krb5_verify_ap_req(krb5_context context,
|
||||
/* And where should it be stored? */
|
||||
|
||||
if (ac->authenticator->subkey) {
|
||||
copy_EncryptionKey (ac->authenticator->subkey,
|
||||
&ac->remote_subkey);
|
||||
krb5_copy_keyblock(context,
|
||||
ac->authenticator->subkey,
|
||||
&ac->remote_subkey);
|
||||
}
|
||||
|
||||
if (ap_req_options) {
|
||||
|
Reference in New Issue
Block a user