mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native
and remove the printable stuff since we're print-ifying valid utf8 characters. Change all callers in import.c, sign.c, keylist.c, and encode.c.
This commit is contained in:
parent
d612492e7d
commit
9d4327ba4d
7 changed files with 31 additions and 30 deletions
|
@ -369,7 +369,7 @@ do_sign( PKT_secret_key *sk, PKT_signature *sig,
|
|||
log_error(_("signing failed: %s\n"), g10_errstr(rc) );
|
||||
else {
|
||||
if( opt.verbose ) {
|
||||
char *ustr = get_user_id_string_printable (sig->keyid);
|
||||
char *ustr = get_user_id_string_native (sig->keyid);
|
||||
log_info(_("%s/%s signature from: \"%s\"\n"),
|
||||
pubkey_algo_to_string(sk->pubkey_algo),
|
||||
digest_algo_to_string(sig->digest_algo),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue