blob: ac6d2a91f8832793cb69a01962e7cbecea88786d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
|