Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34198530
D615.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
489 B
Subscribers
None
D615.id.diff
View Options
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
Details
Attached
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
Attached To
D615: gpg: Emit status error for unsupported export of secret dual key
Event Timeline
Log In to Comment