[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.350 and 1.351

version 1.350, 2019/09/16 03:23:02 version 1.351, 2019/09/24 12:50:46
Line 88 
Line 88 
 static int fingerprint_hash = SSH_FP_HASH_DEFAULT;  static int fingerprint_hash = SSH_FP_HASH_DEFAULT;
   
 /* The identity file name, given on the command line or entered by the user. */  /* The identity file name, given on the command line or entered by the user. */
 static char identity_file[1024];  static char identity_file[PATH_MAX];
 static int have_identity = 0;  static int have_identity = 0;
   
 /* This is set to the passphrase if given on the command line. */  /* This is set to the passphrase if given on the command line. */

Legend:
Removed from v.1.350  
changed lines
  Added in v.1.351