[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.25 and 1.25.2.1

version 1.25, 2000/05/08 18:23:07 version 1.25.2.1, 2000/06/12 02:37:35
Line 516 
Line 516 
         extern int optind;          extern int optind;
         extern char *optarg;          extern char *optarg;
   
         OpenSSL_add_all_algorithms();          SSLeay_add_all_algorithms();
   
         /* we need this for the home * directory.  */          /* we need this for the home * directory.  */
         pw = getpwuid(getuid());          pw = getpwuid(getuid());

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.25.2.1