summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/ssh-vulnkey.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/patches/ssh-vulnkey.patch b/debian/patches/ssh-vulnkey.patch
index a56911290..a1e8c20f9 100644
--- a/debian/patches/ssh-vulnkey.patch
+++ b/debian/patches/ssh-vulnkey.patch
@@ -223,7 +223,7 @@ Index: b/authfile.c
223 223
224 #define MAX_KEY_FILE_SIZE (1024 * 1024) 224 #define MAX_KEY_FILE_SIZE (1024 * 1024)
225 225
226@@ -944,3 +945,139 @@ 226@@ -944,3 +945,138 @@
227 return ret; 227 return ret;
228 } 228 }
229 229
@@ -362,7 +362,6 @@ Index: b/authfile.c
362+ key_free(public); 362+ key_free(public);
363+ return ret; 363+ return ret;
364+} 364+}
365+
366Index: b/authfile.h 365Index: b/authfile.h
367=================================================================== 366===================================================================
368--- a/authfile.h 367--- a/authfile.h