diff options
Diffstat (limited to 'security/libssh/files/patch-libssh__dh.c')
-rw-r--r-- | security/libssh/files/patch-libssh__dh.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/libssh/files/patch-libssh__dh.c b/security/libssh/files/patch-libssh__dh.c deleted file mode 100644 index df73c8be8853..000000000000 --- a/security/libssh/files/patch-libssh__dh.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./libssh/dh.c.orig 2009-05-21 18:46:17.000000000 +1000 -+++ ./libssh/dh.c 2009-07-09 08:21:13.000000000 +1000 -@@ -44,6 +44,10 @@ - #include <stdlib.h> - #include <string.h> - -+#ifndef _WIN32 -+#include <arpa/inet.h> -+#endif -+ - #include "libssh/priv.h" - #include "libssh/crypto.h" - |