diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-keygen.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,7 @@ | |||
3 | _getlong in #ifndef | 3 | _getlong in #ifndef |
4 | - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for | 4 | - (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for |
5 | HEADER.ad in arpa/nameser.h | 5 | HEADER.ad in arpa/nameser.h |
6 | - (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@ | ||
6 | 7 | ||
7 | 20030907 | 8 | 20030907 |
8 | - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)] | 9 | - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)] |
@@ -1043,4 +1044,4 @@ | |||
1043 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1044 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1044 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1045 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1045 | 1046 | ||
1046 | $Id: ChangeLog,v 1.2971 2003/09/08 21:35:16 tim Exp $ | 1047 | $Id: ChangeLog,v 1.2972 2003/09/08 23:11:33 tim Exp $ |
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 | |||
795 | main(int ac, char **av) | 795 | main(int ac, char **av) |
796 | { | 796 | { |
797 | char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2; | 797 | char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2; |
798 | char out_file[PATH_MAX], *reader_id = NULL; | 798 | char out_file[MAXPATHLEN], *reader_id = NULL; |
799 | char *resource_record_hostname = NULL; | 799 | char *resource_record_hostname = NULL; |
800 | Key *private, *public; | 800 | Key *private, *public; |
801 | struct passwd *pw; | 801 | struct passwd *pw; |