add missing req argument to pk_mk_pa_reply
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13499 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1130,7 +1130,8 @@ as_rep(KDC_REQ *req,
|
||||
reply_key = &ckey->key;
|
||||
#if PKINIT
|
||||
if (pkp) {
|
||||
ret = pk_mk_pa_reply(context, pkp, &reply_key, rep.padata);
|
||||
ret = pk_mk_pa_reply(context, pkp, client, req,
|
||||
&reply_key, rep.padata);
|
||||
if (ret)
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user