aboutsummaryrefslogtreecommitdiff
path: root/security/ssh2/files/patch-apps::ssh::ssh1proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/files/patch-apps::ssh::ssh1proto.c')
-rw-r--r--security/ssh2/files/patch-apps::ssh::ssh1proto.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/ssh2/files/patch-apps::ssh::ssh1proto.c b/security/ssh2/files/patch-apps::ssh::ssh1proto.c
deleted file mode 100644
index 5e912e7e814c..000000000000
--- a/security/ssh2/files/patch-apps::ssh::ssh1proto.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- apps/ssh/ssh1proto.c.orig 2003-12-03 15:17:26.000000000 +0200
-+++ apps/ssh/ssh1proto.c
-@@ -3918,7 +3918,7 @@ void ssh1_handle_packet_smsg_auth_rsa_ch
- SSH_FORMAT_UINT32_STR,
- challenge_buf, challenge_len,
- SSH_FORMAT_UINT32_STR,
-- ssh1->session_id, 16,
-+ ssh1->session_id, (size_t) 16,
- SSH_FORMAT_END);
- ssh_xfree(challenge_buf);
- ssh1->mode = SSH1_AGENT_OPERATION_IN_PROGRESS;