mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
13 lines
262 B
Diff
13 lines
262 B
Diff
--- 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
|