aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encode.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-08-23 17:55:49 +0000
committerDavid Shaw <[email protected]>2004-08-23 17:55:49 +0000
commit9d4327ba4dc26fb33531ffecf07f673ba65d0637 (patch)
tree93cb24c58557a8461ccd2c1fae8b0943f99c04c1 /g10/encode.c
parent* gpgkeys_hkp.c (dehtmlize): Understand the quote character (i.e. (diff)
downloadgnupg-9d4327ba4dc26fb33531ffecf07f673ba65d0637.tar.gz
gnupg-9d4327ba4dc26fb33531ffecf07f673ba65d0637.zip
* 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.
Diffstat (limited to '')
-rw-r--r--g10/encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encode.c b/g10/encode.c
index 67b7ace52..84e1de0cc 100644
--- a/g10/encode.c
+++ b/g10/encode.c
@@ -814,7 +814,7 @@ write_pubkey_enc_from_list( PK_LIST pk_list, DEK *dek, IOBUF out )
log_error("pubkey_encrypt failed: %s\n", g10_errstr(rc) );
else {
if( opt.verbose ) {
- char *ustr = get_user_id_string_printable (enc->keyid);
+ char *ustr = get_user_id_string_native (enc->keyid);
log_info(_("%s/%s encrypted for: \"%s\"\n"),
pubkey_algo_to_string(enc->pubkey_algo),
cipher_algo_to_string(dek->algo), ustr );