diff options
Diffstat (limited to 'util/ttyio.c')
-rw-r--r-- | util/ttyio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util/ttyio.c b/util/ttyio.c index 5dde139d2..d1d4ca2fa 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -507,11 +507,6 @@ do_get( const char *prompt, int hidden ) else if( c > 0xa0 ) ; /* we don't allow 0xa0, as this is a protected blank which may * confuse the user */ - /* Fixme: The above assumption is not bad. We assum a certain - character set and even worse, the W32 version behaves - differently. It is not clear how we can hix this. When - used for passphrases this code path strips off certain - characters so changing this might invalidate passphrases. */ else if( iscntrl(c) ) continue; if( !(i < n-1) ) { |