summaryrefslogtreecommitdiff
path: root/package/openssh/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/patches')
-rw-r--r--package/openssh/patches/patch-ssh-keyscan_c10
-rw-r--r--package/openssh/patches/patch-ssh-pkcs11-helper_c10
2 files changed, 0 insertions, 20 deletions
diff --git a/package/openssh/patches/patch-ssh-keyscan_c b/package/openssh/patches/patch-ssh-keyscan_c
deleted file mode 100644
index 3a02711db..000000000
--- a/package/openssh/patches/patch-ssh-keyscan_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- openssh-6.2p1.orig/ssh-keyscan.c 2012-04-22 03:24:21.000000000 +0200
-+++ openssh-6.2p1/ssh-keyscan.c 2013-08-20 18:04:48.698115807 +0200
-@@ -11,6 +11,7 @@
-
- #include "openbsd-compat/sys-queue.h"
- #include <sys/resource.h>
-+#include <sys/param.h>
- #ifdef HAVE_SYS_TIME_H
- # include <sys/time.h>
- #endif
diff --git a/package/openssh/patches/patch-ssh-pkcs11-helper_c b/package/openssh/patches/patch-ssh-pkcs11-helper_c
deleted file mode 100644
index 9a26694f7..000000000
--- a/package/openssh/patches/patch-ssh-pkcs11-helper_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- openssh-6.2p1.orig/ssh-pkcs11-helper.c 2012-07-02 14:15:39.000000000 +0200
-+++ openssh-6.2p1/ssh-pkcs11-helper.c 2013-08-20 18:05:07.349881322 +0200
-@@ -18,6 +18,7 @@
- #include "includes.h"
-
- #include <sys/types.h>
-+#include <sys/param.h>
- #ifdef HAVE_SYS_TIME_H
- # include <sys/time.h>
- #endif