From 9d4327ba4dc26fb33531ffecf07f673ba65d0637 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 23 Aug 2004 17:55:49 +0000 Subject: * 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. --- g10/encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/encode.c') 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 ); -- cgit