mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keygen.c (keygen_add_key_expire): Properly handle updating a key
expiration to a no-expiration value. * keyedit.c (enable_disable_key): Comment. * import.c (import_one): When in interactive mode and --verbose, don't repeat some key information twice.
This commit is contained in:
parent
ad79ac8a80
commit
b8068e84e7
4 changed files with 21 additions and 2 deletions
|
@ -3208,7 +3208,10 @@ menu_revkey( KBNODE pub_keyblock, KBNODE sec_keyblock )
|
|||
return changed;
|
||||
}
|
||||
|
||||
|
||||
/* Note that update_ownertrust is going to mark the trustdb dirty when
|
||||
enabling or disabling a key. This is arguably sub-optimal as
|
||||
disabled keys are still counted in the web of trust, but perhaps
|
||||
not worth adding extra complexity to change. -ds */
|
||||
static int
|
||||
enable_disable_key( KBNODE keyblock, int disable )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue