[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.62 and 1.62.2.2

version 1.62, 2001/01/23 10:45:10 version 1.62.2.2, 2002/03/09 00:20:45
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 10 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /* RCSID("$OpenBSD$"); */  
   
 #ifndef SSH_H  #ifndef SSH_H
 #define SSH_H  #define SSH_H
   
Line 81 
Line 81 
   
 /* Name of Kerberos service for SSH to use. */  /* Name of Kerberos service for SSH to use. */
 #define KRB4_SERVICE_NAME               "rcmd"  #define KRB4_SERVICE_NAME               "rcmd"
   
   /* Used to identify ``EscapeChar none'' */
   #define SSH_ESCAPECHAR_NONE             -2
   
 #endif                          /* SSH_H */  #endif                          /* SSH_H */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.62.2.2