diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-02-05 09:46:51 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-23 09:31:04 +0200 |
commit | 702892b19b022a42183170314d5ba9f2774baf7c (patch) | |
tree | 795a73d491330bcae3c44ee7bab5fab40b88e11b /main/openssl/0003-use-termios.patch | |
parent | de31a22f0f21b10ef4f8f4d5fc8597a8b2aff497 (diff) | |
download | aports-702892b19b022a42183170314d5ba9f2774baf7c.tar.bz2 aports-702892b19b022a42183170314d5ba9f2774baf7c.tar.xz |
main/openssl: upgrade to 1.0.2 and rebase all patches
Diffstat (limited to 'main/openssl/0003-use-termios.patch')
-rw-r--r-- | main/openssl/0003-use-termios.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/main/openssl/0003-use-termios.patch b/main/openssl/0003-use-termios.patch new file mode 100644 index 0000000000..3312d18567 --- /dev/null +++ b/main/openssl/0003-use-termios.patch @@ -0,0 +1,26 @@ +From 5caf1bdcdb56358c0ce38ef404fedbe323e66cb9 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> +Date: Thu, 5 Feb 2015 08:40:32 +0200 +Subject: [PATCH] use termios + +--- + crypto/ui/ui_openssl.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c +index 8bda83c..a89b5f2 100644 +--- a/crypto/ui/ui_openssl.c ++++ b/crypto/ui/ui_openssl.c +@@ -224,6 +224,9 @@ + # undef SGTTY + #endif + ++#define TERMIOS ++#undef TERMIO ++ + #ifdef TERMIOS + # include <termios.h> + # define TTY_STRUCT struct termios +-- +2.2.2 + |