mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyid.c (keyid_from_sk, keyid_from_pk): Use 0xFFFFFFFFFFFFFFFF
instead of 0x0000000000000000 for the invalid key ID since all-zeroes is reserved for the anonymous recipient. * keyedit.c (change_passphrase), keygen.c (generate_subkeypair): Fix a string ;)
This commit is contained in:
parent
d96f816f89
commit
df42d339d9
4 changed files with 15 additions and 6 deletions
|
@ -3049,7 +3049,7 @@ generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock )
|
|||
tty_printf(_("This key is not protected.\n"));
|
||||
break;
|
||||
case -2:
|
||||
tty_printf(_("Secret parts of primary key are store on-card.\n"));
|
||||
tty_printf(_("Secret parts of primary key are stored on-card.\n"));
|
||||
ask_pass = 1;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue