[ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
This commit is contained in:
parent
b284e16c10
commit
2e0e38e310
|
@ -3,6 +3,7 @@
|
|||
_getlong in #ifndef
|
||||
- (tim) [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
|
||||
HEADER.ad in arpa/nameser.h
|
||||
- (tim) [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
|
||||
|
||||
20030907
|
||||
- (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)]
|
||||
|
@ -1043,4 +1044,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2971 2003/09/08 21:35:16 tim Exp $
|
||||
$Id: ChangeLog,v 1.2972 2003/09/08 23:11:33 tim Exp $
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue