mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Add missing space to Assuan command
This commit is contained in:
parent
9fbaba32a5
commit
420b04a504
3 changed files with 18 additions and 8 deletions
|
@ -956,7 +956,7 @@ agent_scd_pksign (const char *serialno, int hashalgo,
|
|||
snprintf (line, DIM(line)-1, "SCD PKAUTH %s", serialno);
|
||||
else
|
||||
#endif
|
||||
snprintf (line, DIM(line)-1, "SCD PKSIGN %s%s",
|
||||
snprintf (line, DIM(line)-1, "SCD PKSIGN %s %s",
|
||||
hash_algo_option (hashalgo), serialno);
|
||||
line[DIM(line)-1] = 0;
|
||||
rc = assuan_transact (agent_ctx, line, membuf_data_cb, &data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue