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

Diff for /src/usr.bin/ssh/authfd.h between version 1.34.8.1 and 1.35

version 1.34.8.1, 2006/10/06 03:19:32 version 1.35, 2006/03/25 22:22:42
Line 16 
Line 16 
 #ifndef AUTHFD_H  #ifndef AUTHFD_H
 #define AUTHFD_H  #define AUTHFD_H
   
   #include "buffer.h"
   
 /* Messages for the authentication agent connection. */  /* Messages for the authentication agent connection. */
 #define SSH_AGENTC_REQUEST_RSA_IDENTITIES       1  #define SSH_AGENTC_REQUEST_RSA_IDENTITIES       1
 #define SSH_AGENT_RSA_IDENTITIES_ANSWER         2  #define SSH_AGENT_RSA_IDENTITIES_ANSWER         2

Legend:
Removed from v.1.34.8.1  
changed lines
  Added in v.1.35