Skip to content

Commit

Permalink
Assume TERMIOS is default, remove TERMIO on all Linux.
Browse files Browse the repository at this point in the history
The rationale for this move is that TERMIOS is default, supported by
POSIX-1.2001, and most definitely on Linux.  For a few other systems,
TERMIO may still be the termnial interface of preference, so we keep
-DTERMIO on those in Configure.

crypto/ui/ui_openssl.c is simplified in this regard, and will define
TERMIOS for all systems except a select few exceptions.
Reviewed-by: Matt Caswell <matt@openssl.org>
  • Loading branch information
levitte committed Feb 21, 2015
1 parent 146ca72 commit 64e6bf6
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 97 deletions.

0 comments on commit 64e6bf6

Please sign in to comment.