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 374eab570..c5b5ee515 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.96 2002/02/24 19:14:59 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.97 2002/02/25 16:33:27 markus Exp $");
27 27
28#include "ssh.h" 28#include "ssh.h"
29#include "ssh2.h" 29#include "ssh2.h"
@@ -567,7 +567,7 @@ send_pubkey_test(Authctxt *authctxt, Key *k, sign_cb_fn *sign_callback,
567 int hint) 567 int hint)
568{ 568{
569 u_char *blob; 569 u_char *blob;
570 int bloblen, have_sig = 0; 570 u_int bloblen, have_sig = 0;
571 571
572 debug3("send_pubkey_test"); 572 debug3("send_pubkey_test");
573 573
@@ -956,7 +956,7 @@ authmethod_get(char *authlist)
956{ 956{
957 957
958 char *name = NULL; 958 char *name = NULL;
959 int next; 959 u_int next;
960 960
961 /* Use a suitable default if we're passed a nil list. */ 961 /* Use a suitable default if we're passed a nil list. */
962 if (authlist == NULL || strlen(authlist) == 0) 962 if (authlist == NULL || strlen(authlist) == 0)