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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.46 and 1.47

version 1.46, 2002/06/30 21:59:45 version 1.47, 2002/07/04 04:15:33
Line 763 
Line 763 
                 *lenp = len;                  *lenp = len;
         if (blobp != NULL)          if (blobp != NULL)
                 *blobp = buf;                  *blobp = buf;
           else
                   xfree(buf);
         return len;          return len;
 }  }
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47