aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2001-12-17 23:10:07 +0000
committerDavid Shaw <[email protected]>2001-12-17 23:10:07 +0000
commita47537fe6f785681617c8e7451f664582803d929 (patch)
tree2e5547eecf7b84625aabb6652eb4c501ac42a7b3
parentFix capitalization issues (diff)
downloadgnupg-a47537fe6f785681617c8e7451f664582803d929.tar.gz
gnupg-a47537fe6f785681617c8e7451f664582803d929.zip
Remove warning - no need to check for control/illegal characters, as
utf8_to_native does this for us
-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)