summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/patches/patch-bd')
-rw-r--r--security/ssh2/patches/patch-bd14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/ssh2/patches/patch-bd b/security/ssh2/patches/patch-bd
deleted file mode 100644
index bec995dde74..00000000000
--- a/security/ssh2/patches/patch-bd
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bd,v 1.1 2006/09/22 13:58:46 kivinen Exp $
-
---- apps/ssh/sshchx11.c.orig 2003-12-03 15:17:25.000000000 +0200
-+++ apps/ssh/sshchx11.c
-@@ -492,7 +492,8 @@ void ssh_channel_x11_send_request(SshCom
-
- ssh_buffer_init(&buffer);
- ssh_encode_buffer(&buffer,
-- SSH_FORMAT_BOOLEAN, FALSE, /* XXX single-connection */
-+ SSH_FORMAT_BOOLEAN,
-+ (Boolean) FALSE, /* XXX single-connection */
- SSH_FORMAT_UINT32_STR,
- ct->x11_fake_proto, ct->x11_fake_proto_len,
- SSH_FORMAT_UINT32_STR, new_data, strlen(new_data),