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

Diff for /src/usr.bin/ssh/authfd.c between version 1.125 and 1.126

version 1.125, 2020/10/19 22:49:23 version 1.126, 2020/10/29 02:52:43
Line 61 
Line 61 
 #include "ssherr.h"  #include "ssherr.h"
   
 #define MAX_AGENT_IDENTITIES    2048            /* Max keys in agent reply */  #define MAX_AGENT_IDENTITIES    2048            /* Max keys in agent reply */
 #define MAX_AGENT_REPLY_LEN     (256 * 1024)    /* Max bytes in agent reply */  #define MAX_AGENT_REPLY_LEN     (256 * 1024)    /* Max bytes in agent reply */
   
 /* macro to check for "agent failure" message */  /* macro to check for "agent failure" message */
 #define agent_failed(x) \  #define agent_failed(x) \

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126