[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.273 and 1.274

version 1.273, 2021/01/27 00:37:26 version 1.274, 2021/01/29 06:28:10
Line 94 
Line 94 
         AUTH_CONNECTION          AUTH_CONNECTION
 } sock_type;  } sock_type;
   
 typedef struct {  typedef struct socket_entry {
         int fd;          int fd;
         sock_type type;          sock_type type;
         struct sshbuf *input;          struct sshbuf *input;

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