summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/patches/patch-ai')
-rw-r--r--security/ssh2/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh2/patches/patch-ai b/security/ssh2/patches/patch-ai
new file mode 100644
index 00000000000..9ef6b132316
--- /dev/null
+++ b/security/ssh2/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2005/08/24 09:13:24 kivinen Exp $
+
+--- apps/ssh/authc-kbd-interactive.c.orig 2003-12-03 15:17:26.000000000 +0200
++++ apps/ssh/authc-kbd-interactive.c
+@@ -103,7 +103,7 @@ SSH_FSM_STEP(ssh_kbd_process_packet)
+
+ ssh_encode_buffer(gdata->response_packet,
+ SSH_FORMAT_CHAR, SSH_MSG_USERAUTH_INFO_RESPONSE,
+- SSH_FORMAT_UINT32, gdata->num_prompts,
++ SSH_FORMAT_UINT32, (SshUInt32) gdata->num_prompts,
+ SSH_FORMAT_END);
+
+