summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/patches/patch-ap')
-rw-r--r--security/ssh2/patches/patch-ap14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/ssh2/patches/patch-ap b/security/ssh2/patches/patch-ap
deleted file mode 100644
index 7d8de244a5d..00000000000
--- a/security/ssh2/patches/patch-ap
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2005/08/24 09:13:24 kivinen Exp $
-
---- apps/ssh/sshpamserver.c.orig 2003-12-03 15:17:26.000000000 +0200
-+++ apps/ssh/sshpamserver.c
-@@ -306,7 +306,8 @@ int send_packet(int fd, SshPacketType pa
-
- buffer = ssh_xbuffer_allocate();
- ssh_encode_buffer(buffer,
-- SSH_FORMAT_UINT32, ssh_buffer_len(packet) + 1,
-+ SSH_FORMAT_UINT32,
-+ (SshUInt32) (ssh_buffer_len(packet) + 1),
- SSH_FORMAT_CHAR, (unsigned int)packet_type,
- SSH_FORMAT_DATA, ssh_buffer_ptr(packet),
- ssh_buffer_len(packet),