]> andersk Git - openssh.git/blobdiff - authfd.c
- More OpenBSD updates:
[openssh.git] / authfd.c
index bea665575d873f3bd5e293084ccd6086c7a83277..6e0cf5b40fcf93c6693524dd12324b0f748dd463 100644 (file)
--- a/authfd.c
+++ b/authfd.c
@@ -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.02919 seconds and 4 git commands to generate.