From c53abc8ffe43a5fb7ae35cda6b1aed4987e0607d Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 19 Mar 2024 16:52:26 +0900 Subject: Fix cmd_sigkey and agent_hybrid_kem_decap. Signed-off-by: NIIBE Yutaka --- agent/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'agent/command.c') diff --git a/agent/command.c b/agent/command.c index 49779d71a..39b4b3fb2 100644 --- a/agent/command.c +++ b/agent/command.c @@ -776,6 +776,7 @@ cmd_sigkey (assuan_context_t ctx, char *line) int opt_another; opt_another = has_option (line, "--another"); + line = skip_options (line); rc = parse_keygrip (ctx, line, opt_another? ctrl->keygrip1 : ctrl->keygrip); if (rc) -- cgit v1.2.3