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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.274 and 1.275

version 1.274, 2021/01/29 06:28:10 version 1.275, 2021/01/29 06:29:46
Line 89 
Line 89 
 #define AGENT_RBUF_LEN  (4096)  #define AGENT_RBUF_LEN  (4096)
   
 typedef enum {  typedef enum {
         AUTH_UNUSED,          AUTH_UNUSED = 0,
         AUTH_SOCKET,          AUTH_SOCKET = 1,
         AUTH_CONNECTION          AUTH_CONNECTION = 2,
 } sock_type;  } sock_type;
   
 typedef struct socket_entry {  typedef struct socket_entry {

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275