mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyedit.c (keyedit_menu): Invisible alias "passwd" as "password".
* passphrase.c: Don't check for __CYGWIN__, so it is treated as a unix-like system. * options.h, g10.c (main), textfilter.c (standard): Use new option --rfc2440-text to determine whether to filter "<space>\t\r\n" or just "\r\n" before canonicalizing text line endings. Default to "<space>\t\r\n".
This commit is contained in:
parent
1e487ab1d6
commit
07250279e7
8 changed files with 61 additions and 32 deletions
|
@ -2417,7 +2417,7 @@ finish_lookup (GETKEY_CTX ctx)
|
|||
{
|
||||
char *tempkeystr=
|
||||
m_strdup(keystr_from_pk(latest_key->pkt->pkt.public_key));
|
||||
log_info(_("using secondary key %s instead of primary key %s\n"),
|
||||
log_info(_("using subkey %s instead of primary key %s\n"),
|
||||
tempkeystr, keystr_from_pk(keyblock->pkt->pkt.public_key));
|
||||
m_free(tempkeystr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue