[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.8 and 1.9

version 1.8, 1999/11/16 22:49:28 version 1.9, 1999/11/20 10:02:53
Line 322 
Line 322 
   
   /* Save the public key in text format in a file with the same name but    /* Save the public key in text format in a file with the same name but
      .pub appended. */       .pub appended. */
     file = xrealloc(file, strlen(file) + 5);
   strcat(file, ".pub");    strcat(file, ".pub");
   f = fopen(file, "w");    f = fopen(file, "w");
   if (!f)    if (!f)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9