]> andersk Git - openssh.git/blobdiff - auth2.c
- deraadt@cvs.openbsd.org 2001/12/19 07:18:56
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 7a52c3b43d86cb1478ded321f22e4f72be4f6f35..929e87baaf1d3fc1d99ffddfc21f8d05098bb4eb 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.76 2001/12/18 10:05:15 jakob Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.77 2001/12/19 07:18:56 deraadt Exp $");
 
 #include <openssl/evp.h>
 
@@ -721,7 +721,7 @@ user_key_allowed2(struct passwd *pw, Key *key, char *file)
                            file, linenum);
                        fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
                        verbose("Found matching %s key: %s",
-                            key_type(found), fp);
+                           key_type(found), fp);
                        xfree(fp);
                        break;
                }
This page took 0.039419 seconds and 4 git commands to generate.