summaryrefslogtreecommitdiff
path: root/security/libssh/files/patch-libssh__crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/libssh/files/patch-libssh__crypt.c')
-rw-r--r--security/libssh/files/patch-libssh__crypt.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/libssh/files/patch-libssh__crypt.c b/security/libssh/files/patch-libssh__crypt.c
deleted file mode 100644
index 51d7f8c932a9..000000000000
--- a/security/libssh/files/patch-libssh__crypt.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./libssh/crypt.c.orig 2009-05-21 18:46:17.000000000 +1000
-+++ ./libssh/crypt.c 2009-07-09 08:21:13.000000000 +1000
-@@ -26,6 +26,10 @@
- #include <stdio.h>
- #include <string.h>
-
-+#ifndef _WIN32
-+#include <arpa/inet.h>
-+#endif
-+
- #ifdef OPENSSL_CRYPTO
- #include <openssl/blowfish.h>
- #include <openssl/evp.h>