tty_in will never be stderr, so it will always be closed, which means stdin
[openssl.git] / crypto / ui / ui_openssl.c
index e1a872ef7ca278460386def3dcd52e6e7c506dd7..75318d48a14290ddd7dc84eeba9ba2486d368634 100644 (file)
@@ -550,7 +550,7 @@ static int echo_console(UI *ui)
 
 static int close_console(UI *ui)
        {
 
 static int close_console(UI *ui)
        {
-       if (tty_in != stderr) fclose(tty_in);
+       if (tty_in != stdin) fclose(tty_in);
        if (tty_out != stderr) fclose(tty_out);
 #ifdef OPENSSL_SYS_VMS
        status = sys$dassgn(channel);
        if (tty_out != stderr) fclose(tty_out);
 #ifdef OPENSSL_SYS_VMS
        status = sys$dassgn(channel);