Pass in context to _hx509_parse_private_key.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18865 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-24 14:00:29 +00:00
parent a6ad00f6e0
commit a6726ae8e3

View File

@@ -807,7 +807,8 @@ request_create(struct request_create_options *opt, int argc, char **argv)
if (ret)
err(1, "map_file: %s: %d", opt->key_string, ret);
ret = _hx509_parse_private_key(oid_id_pkcs1_rsaEncryption(),
ret = _hx509_parse_private_key(context,
oid_id_pkcs1_rsaEncryption(),
data,
len,
&signer);