aboutsummaryrefslogtreecommitdiffstats
path: root/security/libssh/files/patch-libssh_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/libssh/files/patch-libssh_auth.c')
-rw-r--r--security/libssh/files/patch-libssh_auth.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/libssh/files/patch-libssh_auth.c b/security/libssh/files/patch-libssh_auth.c
deleted file mode 100644
index 985d3fabb029..000000000000
--- a/security/libssh/files/patch-libssh_auth.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libssh/auth.c.orig 2010-03-16 02:34:17.000000000 +0800
-+++ libssh/auth.c 2010-03-26 15:41:36.000000000 +0800
-@@ -866,6 +866,8 @@
- char *privkey_file = NULL;
- int privkey_open = 0;
-
-+ privkey = NULL;
-+
- privkey_file = dir_expand_dup(session, it->data, 1);
- if (privkey_file == NULL) {
- continue;