diff options
author | Werner Koch <[email protected]> | 2008-05-20 08:00:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-05-20 08:00:40 +0000 |
commit | ee3a1ec0d84eec6804fa188c0de292e06a49d7ec (patch) | |
tree | 6384674eafb4fb47545df65fcd28f816ae4d28b9 /sm/import.c | |
parent | doc/ (diff) | |
download | gnupg-ee3a1ec0d84eec6804fa188c0de292e06a49d7ec.tar.gz gnupg-ee3a1ec0d84eec6804fa188c0de292e06a49d7ec.zip |
Fix --output option used when with --export-secret-kety-p12.
Diffstat (limited to '')
-rw-r--r-- | sm/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index ba49da5dd..3045c89d5 100644 --- a/sm/import.c +++ b/sm/import.c @@ -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, |