Page MenuHome GnuPG

D615.id.diff
No OneTemporary

D615.id.diff

diff --git a/g10/export.c b/g10/export.c
--- a/g10/export.c
+++ b/g10/export.c
@@ -1961,7 +1961,9 @@
if (strchr (hexgrip, ','))
{
log_error ("exporting a secret dual key is not yet supported\n");
- return gpg_error (GPG_ERR_NOT_IMPLEMENTED);
+ err = gpg_error (GPG_ERR_NOT_IMPLEMENTED);
+ write_status_error ("export_keys.secret", err);
+ return err;
}
xfree (serialno);

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 15, 4:31 AM (15 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c6/3a/628d588f7f138cf01a3bbcac24cc

Event Timeline