Loading crypto/ui/ui_openssl.c +9 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,15 @@ static int open_console(UI *ui) if (errno == EINVAL) is_a_tty = 0; else # endif # ifdef ENODEV /* * MacOS X returns ENODEV (Operation not supported by device), * which seems appropriate. */ if (errno == ENODEV) is_a_tty = 0; else # endif { char tmp_num[10]; Loading Loading
crypto/ui/ui_openssl.c +9 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,15 @@ static int open_console(UI *ui) if (errno == EINVAL) is_a_tty = 0; else # endif # ifdef ENODEV /* * MacOS X returns ENODEV (Operation not supported by device), * which seems appropriate. */ if (errno == ENODEV) is_a_tty = 0; else # endif { char tmp_num[10]; Loading