1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +02:00

Remove warning - no need to check for control/illegal characters, as

utf8_to_native does this for us
This commit is contained in:
David Shaw 2001-12-17 23:10:07 +00:00
parent 0335a5f458
commit a47537fe6f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-12-17 David Shaw <dshaw@jabberwocky.com>
* 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

View File

@ -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)