summaryrefslogtreecommitdiffstats
path: root/main/openssl/openssl-use-termios.patch
blob: 7fde174eb552643cdd843eebda0b91ce9a913934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/crypto/ui/ui_openssl.c	Fri Sep 21 09:57:09 2012
+++ b/crypto/ui/ui_openssl.c	Fri Sep 21 09:57:30 2012
@@ -212,6 +212,9 @@
 #undef SGTTY
 #endif
 
+#define TERMIOS
+#undef TERMIO
+
 #ifdef TERMIOS
 # include <termios.h>
 # define TTY_STRUCT		struct termios