[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.105 and 1.106

version 1.105, 2003/05/14 18:16:20 version 1.106, 2003/05/15 03:10:52
Line 31 
Line 31 
 #ifdef SMARTCARD  #ifdef SMARTCARD
 #include "scard.h"  #include "scard.h"
 #endif  #endif
   #ifdef DNS
   #include "dns.h"
   #endif
   
 /* Number of bits in the RSA/DSA key.  This value can be changed on the command line. */  /* Number of bits in the RSA/DSA key.  This value can be changed on the command line. */
 int bits = 1024;  int bits = 1024;

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106