add context variable to _hx509_collector_private_key_add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18859 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -102,7 +102,8 @@ ShroudedKeyBag_parser(hx509_context context,
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
_hx509_collector_private_key_add(c,
|
_hx509_collector_private_key_add(context,
|
||||||
|
c,
|
||||||
&ki.privateKeyAlgorithm,
|
&ki.privateKeyAlgorithm,
|
||||||
NULL,
|
NULL,
|
||||||
&ki.privateKey,
|
&ki.privateKey,
|
||||||
|
Reference in New Issue
Block a user