summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/patches/patch-ax')
-rw-r--r--security/ssh2/patches/patch-ax14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/ssh2/patches/patch-ax b/security/ssh2/patches/patch-ax
deleted file mode 100644
index 5660f5c082d..00000000000
--- a/security/ssh2/patches/patch-ax
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ax,v 1.1 2006/09/22 13:58:46 kivinen Exp $
-
---- apps/ssh/auths-kbd-interactive.c.orig 2003-12-03 15:17:26.000000000 +0200
-+++ apps/ssh/auths-kbd-interactive.c
-@@ -203,7 +203,8 @@ SSH_FSM_STEP(ssh_server_kbd_int_create_r
- lang_tag = "en";
-
- ret = ssh_encode_buffer(state->packet,
-- SSH_FORMAT_CHAR, SSH_MSG_USERAUTH_INFO_REQUEST,
-+ SSH_FORMAT_CHAR,
-+ (unsigned int) SSH_MSG_USERAUTH_INFO_REQUEST,
- SSH_FORMAT_UINT32_STR, name, strlen(name),
- SSH_FORMAT_UINT32_STR, state->instruction,
- strlen(state->instruction),