Files
linamh/dev-libs/openssl-compat/files/openssl-0.9.8z_p8-termios.patch
2026-02-24 02:00:28 +01:00

12 lines
256 B
Diff

--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -186,7 +186,7 @@
# undef SGTTY
#endif
-#if defined(linux) && !defined(TERMIO)
+#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
# undef TERMIOS
# define TERMIO
# undef SGTTY