]> andersk Git - openssh.git/blobdiff - auth1.c
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 1f6fcb29b9a921f134c257d6a0005b0be44c2274..06b6712aac43792eb51a50f5678db9743297523f 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.40 2002/04/10 08:21:47 markus Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.41 2002/06/19 00:27:55 deraadt Exp $");
 
 #include "xmalloc.h"
 #include "rsa.h"
@@ -203,7 +203,7 @@ do_authloop(Authctxt *authctxt)
                        if (bits != BN_num_bits(client_host_key->rsa->n))
                                verbose("Warning: keysize mismatch for client_host_key: "
                                    "actual %d, announced %d",
-                                    BN_num_bits(client_host_key->rsa->n), bits);
+                                   BN_num_bits(client_host_key->rsa->n), bits);
                        packet_check_eom();
 
                        authenticated = auth_rhosts_rsa(pw, client_user,
This page took 0.037612 seconds and 4 git commands to generate.