aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/ChangeLog3
-rw-r--r--g10/keyserver.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 977a393e9..e75c1caa4 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,8 @@
2001-12-17 David Shaw <[email protected]>
+ * keyserver.c (print_keyinfo): No need to check for
+ control/illegal characters, as utf8_to_native does this for us.
+
* mainproc.c (proc_encrypted): Use generic IDEA warning.
* gpgv.c: add stub for idea_cipher_warn
diff --git a/g10/keyserver.c b/g10/keyserver.c
index abfb89d89..d057e1d24 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -216,7 +216,8 @@ print_keyinfo(int count,char *keystring,u32 *keyid)
printf("(%d)\t",count);
-#warning Hmmm, do we need to check for non-printable characters? (wk)
+ /* No need to check for control characters, as utf8_to_native does
+ this for us. */
printunquoted(userid,':');
if(flags&1)