summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index c5b5ee515..fbd18aaa7 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.97 2002/02/25 16:33:27 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.98 2002/03/19 10:49:35 markus Exp $");
27 27
28#include "ssh.h" 28#include "ssh.h"
29#include "ssh2.h" 29#include "ssh2.h"
@@ -391,7 +391,7 @@ input_userauth_pk_ok(int type, u_int32_t seq, void *ctxt)
391 debug("no key from blob. pkalg %s", pkalg); 391 debug("no key from blob. pkalg %s", pkalg);
392 break; 392 break;
393 } 393 }
394 if (key->type != pktype) { 394 if (key->type != pktype) {
395 error("input_userauth_pk_ok: type mismatch " 395 error("input_userauth_pk_ok: type mismatch "
396 "for decoded key (received %d, expected %d)", 396 "for decoded key (received %d, expected %d)",
397 key->type, pktype); 397 key->type, pktype);