mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix --output option used when with --export-secret-kety-p12.
This commit is contained in:
parent
7d714a3788
commit
ee3a1ec0d8
4 changed files with 8 additions and 3 deletions
|
@ -652,7 +652,7 @@ parse_p12 (ctrl_t ctrl, ksba_reader_t reader,
|
|||
{
|
||||
/* We only write a plain error code and not direct
|
||||
BAD_PASSPHRASE because the pkcs12 parser might issue this
|
||||
message multiple times, BAd_PASSPHRASE in general requires a
|
||||
message multiple times, BAD_PASSPHRASE in general requires a
|
||||
keyID and parts of the import might actually succeed so that
|
||||
IMPORT_PROBLEM is also not appropriate. */
|
||||
gpgsm_status_with_err_code (ctrl, STATUS_ERROR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue