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

Diff for /src/usr.bin/ssh/ssh.h between version 1.53 and 1.54

version 1.53, 2000/10/11 20:14:39 version 1.54, 2000/10/11 20:27:24
Line 20 
Line 20 
 #include "rsa.h"  #include "rsa.h"
 #include "cipher.h"  #include "cipher.h"
   
 /*  
  * XXX  
  * The default cipher used if IDEA is not supported by the remote host. It is  
  * recommended that this be one of the mandatory ciphers (DES, 3DES), though  
  * that is not required.  
  */  
 #define SSH_FALLBACK_CIPHER     SSH_CIPHER_3DES  
   
 /* Cipher used for encrypting authentication files. */  /* Cipher used for encrypting authentication files. */
 #define SSH_AUTHFILE_CIPHER     SSH_CIPHER_3DES  #define SSH_AUTHFILE_CIPHER     SSH_CIPHER_3DES
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54