1. 27 Feb, 2015 10 commits
  2. 26 Feb, 2015 3 commits
  3. 25 Feb, 2015 12 commits
  4. 24 Feb, 2015 6 commits
  5. 22 Feb, 2015 8 commits
  6. 21 Feb, 2015 1 commit
    • Richard Levitte's avatar
      Assume TERMIOS is default, remove TERMIO on all Linux. · 64e6bf64
      Richard Levitte authored
      
      
      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: default avatarMatt Caswell <matt@openssl.org>
      64e6bf64