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/openssl-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/openssl-use-termios.patch')
-rw-r--r-- | main/openssl/openssl-use-termios.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/openssl/openssl-use-termios.patch b/main/openssl/openssl-use-termios.patch deleted file mode 100644 index 7fde174eb5..0000000000 --- a/main/openssl/openssl-use-termios.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |