[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/servconf.h between version 1.19 and 1.20

version 1.19, 2019/04/20 17:16:40 version 1.20, 2019/10/12 18:32:22
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: servconf.h,v 1.139 2019/01/19 21:37:48 djm Exp $ */  /* $OpenBSD: servconf.h,v 1.140 2019/04/18 18:56:16 dtucker Exp $ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 241  struct connection_info {
Line 241  struct connection_info {
         const char *laddress;   /* local address */          const char *laddress;   /* local address */
         int lport;              /* local port */          int lport;              /* local port */
         const char *rdomain;    /* routing domain if available */          const char *rdomain;    /* routing domain if available */
           int test;               /* test mode, allow some attributes to be
                                    * unspecified */
 };  };
   
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>