diff options
author | David Shaw <[email protected]> | 2004-12-20 05:19:09 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-20 05:19:09 +0000 |
commit | 07250279e7ec1086ca224fcc96c4a639c0fc2df6 (patch) | |
tree | 20de8c8f26600886c4323b1ae4c523a1785849de /g10/getkey.c | |
parent | * keygen.c (keygen_get_std_prefs): Set reference count when creating the (diff) | |
download | gnupg-07250279e7ec1086ca224fcc96c4a639c0fc2df6.tar.gz gnupg-07250279e7ec1086ca224fcc96c4a639c0fc2df6.zip |
* 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".
Diffstat (limited to '')
-rw-r--r-- | g10/getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index 2e6ac432c..86c1cfba2 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -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); } |