957c5cf25cb6f8147843a402f5e8d33189366a21
[openwrt/staging/chunkeey.git] / package / libs / openssl / patches / 210-termios_fix.patch
1 --- a/crypto/ui/ui_openssl.c
2 +++ b/crypto/ui/ui_openssl.c
3 @@ -194,7 +194,7 @@
4 # undef SGTTY
5 #endif
6
7 -#if defined(linux) && !defined(TERMIO)
8 +#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
9 # undef TERMIOS
10 # define TERMIO
11 # undef SGTTY