]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- stevesk@cvs.openbsd.org 2001/07/23 18:14:58
[openssh.git] / auth-rsa.c
index ec8f6ce2188f43ac013bdb4fe340722d2f29c8ce..701d8bd5317da247a31ad566cfce98d4b960815a 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rsa.c,v 1.43 2001/06/25 17:54:47 provos Exp $");
+RCSID("$OpenBSD: auth-rsa.c,v 1.44 2001/07/23 18:14:58 stevesk Exp $");
 
 #include <openssl/rsa.h>
 #include <openssl/md5.h>
@@ -223,7 +223,7 @@ auth_rsa(struct passwd *pw, BIGNUM *client_n)
 
                /* check the real bits  */
                if (bits != BN_num_bits(pk->n))
-                       log("Warning: %s, line %ld: keysize mismatch: "
+                       log("Warning: %s, line %lu: keysize mismatch: "
                            "actual %d vs. announced %d.",
                            file, linenum, BN_num_bits(pk->n), bits);
 
This page took 0.03852 seconds and 4 git commands to generate.