Assume TERMIOS is default, remove TERMIO on all Linux.
authorRichard Levitte <levitte@openssl.org>
Thu, 12 Feb 2015 10:41:48 +0000 (11:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 21 Feb 2015 22:51:05 +0000 (23:51 +0100)
commit64e6bf64b36136d487e2fbf907f09612e69ae911
treeec45c3aaa6fd94bcacb55bbc7f1463dce2987599
parent146ca72cca3ab668d6bcb45b2a7f71bd9a8d06bb
Assume TERMIOS is default, remove TERMIO on all Linux.

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>
Configure
crypto/ui/ui_openssl.c