summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 1b85730fe..6a0bd409a 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sshconnect2.c,v 1.119 2003/05/15 00:28:28 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.120 2003/06/24 08:23:46 markus Exp $");
27 27
28#ifdef KRB5 28#ifdef KRB5
29#include <krb5.h> 29#include <krb5.h>
@@ -67,7 +67,7 @@ extern Options options;
67 */ 67 */
68 68
69u_char *session_id2 = NULL; 69u_char *session_id2 = NULL;
70int session_id2_len = 0; 70u_int session_id2_len = 0;
71 71
72char *xxx_host; 72char *xxx_host;
73struct sockaddr *xxx_hostaddr; 73struct sockaddr *xxx_hostaddr;
@@ -591,7 +591,7 @@ sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
591 Buffer b; 591 Buffer b;
592 u_char *blob, *signature; 592 u_char *blob, *signature;
593 u_int bloblen, slen; 593 u_int bloblen, slen;
594 int skip = 0; 594 u_int skip = 0;
595 int ret = -1; 595 int ret = -1;
596 int have_sig = 1; 596 int have_sig = 1;
597 597