From 2e0e38e3107381c18b99d55548f29252138c4622 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 8 Sep 2003 16:11:33 -0700 Subject: [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@ --- ssh-keygen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh-keygen.c') diff --git a/ssh-keygen.c b/ssh-keygen.c index dbc514737..e74d3cd37 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -795,7 +795,7 @@ int main(int ac, char **av) { char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2; - char out_file[PATH_MAX], *reader_id = NULL; + char out_file[MAXPATHLEN], *reader_id = NULL; char *resource_record_hostname = NULL; Key *private, *public; struct passwd *pw; -- cgit v1.2.3