summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-02-26 18:15:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-02-26 18:15:09 +0000
commitc58ab02e45216521133703c8c1167af7dcf50f99 (patch)
treeb458e9b572886fd1324074f0dd0c338ab6121d72 /ssh-keygen.c
parent1ebd7a5342a91f8aaa3eabd6c86c7afe8d663cd6 (diff)
- markus@cvs.openbsd.org 2002/02/25 16:33:27
[ssh-keygen.c sshconnect2.c uuencode.c uuencode.h] more u_* fixes
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 4560a3ffe..6aff4a444 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.93 2002/02/24 19:14:59 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.94 2002/02/25 16:33:27 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -150,7 +150,7 @@ static void
150do_convert_to_ssh2(struct passwd *pw) 150do_convert_to_ssh2(struct passwd *pw)
151{ 151{
152 Key *k; 152 Key *k;
153 int len; 153 u_int len;
154 u_char *blob; 154 u_char *blob;
155 struct stat st; 155 struct stat st;
156 156