[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.76 and 1.76.4.1

version 1.76, 2004/12/06 11:41:03 version 1.76.4.1, 2006/10/06 03:19:33
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #ifndef SSH_H  
 #define SSH_H  
   
 /* 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
   
Line 101 
Line 98 
   
 /* Listen backlog for sshd, ssh-agent and forwarding sockets */  /* Listen backlog for sshd, ssh-agent and forwarding sockets */
 #define SSH_LISTEN_BACKLOG              128  #define SSH_LISTEN_BACKLOG              128
   
 #endif                          /* SSH_H */  

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.76.4.1