diff options
author | NIIBE Yutaka <[email protected]> | 2024-03-19 07:52:26 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-03-19 07:52:26 +0000 |
commit | c53abc8ffe43a5fb7ae35cda6b1aed4987e0607d (patch) | |
tree | ff3f9af2fe50366a53ab49e60fedcd71ae8f05e4 /agent/command.c | |
parent | Fix since AES KeyWrap is always with AES256 for hybrid KEM. (diff) | |
download | gnupg-c53abc8ffe43a5fb7ae35cda6b1aed4987e0607d.tar.gz gnupg-c53abc8ffe43a5fb7ae35cda6b1aed4987e0607d.zip |
Fix cmd_sigkey and agent_hybrid_kem_decap.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |