08fc2550dd
on ssh anyways, but better to make sure). Fixed some more ssh_*_{en,de}code calls missing necessary casts. Disabled x11-security extension on x86_64 as it does not work there (uses xauth instead). Updated pkgrevision.
13 lines
545 B
Text
13 lines
545 B
Text
$NetBSD: patch-ba,v 1.1 2006/09/22 13:58:46 kivinen Exp $
|
|
|
|
--- apps/ssh/auths-securid.c.orig 2003-12-03 15:17:26.000000000 +0200
|
|
+++ apps/ssh/auths-securid.c
|
|
@@ -265,7 +265,7 @@ SSH_FSM_STEP(server_securid_get_next_cod
|
|
SSH_FORMAT_CHAR,
|
|
(unsigned int)SSH_MSG_USERAUTH_SECURID_CHALLENGE,
|
|
SSH_FORMAT_BOOLEAN,
|
|
- TRUE,
|
|
+ (Boolean) TRUE,
|
|
SSH_FORMAT_END);
|
|
|
|
(*gdata->completion_proc)(SSH_AUTH_SERVER_CONTINUE_WITH_PACKET_BACK,
|