mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* hkp.c (dehtmlize): Understand the quote character (i.e. """) in
HTML responses. * 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, and encode.c.
This commit is contained in:
parent
081a9b6fb7
commit
297459b28b
7 changed files with 43 additions and 26 deletions
|
@ -318,7 +318,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 signature from: \"%s\"\n"),
|
||||
pubkey_algo_to_string(sk->pubkey_algo), ustr );
|
||||
m_free(ustr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue