[BACK]Return to ssh-keygen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.111 and 1.112

version 1.111, 2003/11/21 11:57:03 version 1.112, 2003/11/23 23:18:45
Line 785 
Line 785 
 main(int ac, char **av)  main(int ac, char **av)
 {  {
         char dotsshdir[MAXPATHLEN], comment[1024], *passphrase1, *passphrase2;          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;          char *resource_record_hostname = NULL;
         Key *private, *public;          Key *private, *public;
         struct passwd *pw;          struct passwd *pw;

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112