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

Diff for /src/usr.bin/ssh/match.c between version 1.16 and 1.17

version 1.16, 2001/12/19 07:18:56 version 1.17, 2002/02/11 16:21:42
Line 226 
Line 226 
  * Returns first item from client-list that is also supported by server-list,   * Returns first item from client-list that is also supported by server-list,
  * caller must xfree() returned string.   * caller must xfree() returned string.
  */   */
 #define MAX_PROP        20  #define MAX_PROP        40
 #define SEP     ","  #define SEP     ","
 char *  char *
 match_list(const char *client, const char *server, u_int *next)  match_list(const char *client, const char *server, u_int *next)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17