summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-02-25 16:33:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-02-25 16:33:28 +0000
commit12e9430cd94c62cd0fe9b9b9a5ed44ca71b20a27 (patch)
treee2108c7a0b2b7dbf0d1ca99fcdd951f416bce671 /usr.bin/ssh/ssh-keygen.c
parent1563d63ea434179e59e6a7f0762881179cc8494c (diff)
more u_* fixes
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index e2403f3fcbf..961fad619bd 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.93 2002/02/24 19:14:59 markus Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.94 2002/02/25 16:33:27 markus Exp $");
#include <openssl/evp.h>
#include <openssl/pem.h>
@@ -146,7 +146,7 @@ static void
do_convert_to_ssh2(struct passwd *pw)
{
Key *k;
- int len;
+ u_int len;
u_char *blob;
struct stat st;