[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.78 and 1.79

version 1.78, 2001/08/02 15:43:57 version 1.79, 2001/08/02 16:14:05
Line 32 
Line 32 
 #include <sectok.h>  #include <sectok.h>
 #include <openssl/engine.h>  #include <openssl/engine.h>
 #include "scard.h"  #include "scard.h"
 #endif /* SMARTCARD */  #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.78  
changed lines
  Added in v.1.79