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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand