diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 7682c06ed..c3e8a5f7b 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -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);