123456789101112131415 |
- --- openssl-1.0.1e.orig/crypto/ui/ui_openssl.c 2013-02-11 16:26:04.000000000 +0100
- +++ openssl-1.0.1e/crypto/ui/ui_openssl.c 2013-08-17 16:07:11.798623440 +0200
- @@ -190,12 +190,6 @@
- # undef SGTTY
- #endif
-
- -#if defined(linux) && !defined(TERMIO)
- -# undef TERMIOS
- -# define TERMIO
- -# undef SGTTY
- -#endif
- -
- #ifdef _LIBC
- # undef TERMIOS
- # define TERMIO
|