summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfd.c b/authfd.c
index 1a62c3ed0..cb7bbd5e7 100644
--- a/authfd.c
+++ b/authfd.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: authfd.c,v 1.9 1999/12/07 04:38:32 damien Exp $"); 17RCSID("$Id: authfd.c,v 1.10 1999/12/16 02:18:04 damien Exp $");
18 18
19#include "ssh.h" 19#include "ssh.h"
20#include "rsa.h" 20#include "rsa.h"
@@ -222,7 +222,7 @@ ssh_get_next_identity(AuthenticationConnection *auth,
222 *comment = buffer_get_string(&auth->identities, NULL); 222 *comment = buffer_get_string(&auth->identities, NULL);
223 223
224 if (bits != BN_num_bits(n)) 224 if (bits != BN_num_bits(n))
225 error("Warning: keysize mismatch: actual %d, announced %u", 225 error("Warning: identity keysize mismatch: actual %d, announced %u",
226 BN_num_bits(n), bits); 226 BN_num_bits(n), bits);
227 227
228 /* Decrement the number of remaining entries. */ 228 /* Decrement the number of remaining entries. */