]> andersk Git - openssh.git/blobdiff - authfd.c
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
[openssh.git] / authfd.c
index bea665575d873f3bd5e293084ccd6086c7a83277..69d77d7dde95382210cc690d70fd06e85b8c5cc0 100644 (file)
--- a/authfd.c
+++ b/authfd.c
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$Id$");
+RCSID("$OpenBSD: authfd.c,v 1.20 2000/06/20 01:39:38 markus Exp $");
 
 #include "ssh.h"
 #include "rsa.h"
@@ -217,8 +217,8 @@ ssh_get_next_identity(AuthenticationConnection *auth,
        *comment = buffer_get_string(&auth->identities, NULL);
 
        if (bits != BN_num_bits(n))
-               error("Warning: identity keysize mismatch: actual %d, announced %u",
-                     BN_num_bits(n), bits);
+               log("Warning: identity keysize mismatch: actual %d, announced %u",
+                   BN_num_bits(n), bits);
 
        /* Decrement the number of remaining entries. */
        auth->howmany--;
This page took 0.233108 seconds and 4 git commands to generate.