mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
Remove warning - no need to check for control/illegal characters, as
utf8_to_native does this for us
This commit is contained in:
parent
0335a5f458
commit
a47537fe6f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user