tty_in will never be stderr, so it will always be closed, which means stdin
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jan 2003 13:15:19 +0000 (13:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jan 2003 13:15:19 +0000 (13:15 +0000)
commit129bd04329ffe8c0c8e2c024a16db55753f540de
treede8a81336a6561b93c8e8b2a035c7871aeeb6b67
parenta6816db8135d23450f0197c43b1e5664fec32ac2
tty_in will never be stderr, so it will always be closed, which means stdin
might get closed...
Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
crypto/ui/ui_openssl.c