]> andersk Git - openssh.git/commitdiff
[ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@
authortim <tim>
Mon, 8 Sep 2003 23:11:33 +0000 (23:11 +0000)
committertim <tim>
Mon, 8 Sep 2003 23:11:33 +0000 (23:11 +0000)
ChangeLog
ssh-keygen.c

index 16e97eda1f4f86519cab7b0a3be2c862ba7cdeb9..6f7c616a68506f0b2c942cca84e59c873fa4391f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/)]
index dbc514737b22c2f840da37bbdafe0becd1c6edcf..e74d3cd37e6d66d77329af586fcbdaa2d7f6d066 100644 (file)
@@ -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;
This page took 0.049516 seconds and 5 git commands to generate.