[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.202 and 1.203

version 1.202, 2010/09/02 16:07:25 version 1.203, 2010/09/02 17:21:50
Line 49 
Line 49 
 /* Number of bits in the RSA/DSA key.  This value can be set on the command line. */  /* Number of bits in the RSA/DSA key.  This value can be set on the command line. */
 #define DEFAULT_BITS            2048  #define DEFAULT_BITS            2048
 #define DEFAULT_BITS_DSA        1024  #define DEFAULT_BITS_DSA        1024
 #define DEFAULT_BITS_ECDSA      521  #define DEFAULT_BITS_ECDSA      256
 u_int32_t bits = 0;  u_int32_t bits = 0;
   
 /*  /*

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203