[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.80 and 1.81

version 1.80, 2006/08/03 03:34:41 version 1.81, 2009/08/27 17:44:52
Line 543 
Line 543 
         return decode_reply(type);          return decode_reply(type);
 }  }
   
 int  
 ssh_add_identity(AuthenticationConnection *auth, Key *key, const char *comment)  
 {  
         return ssh_add_identity_constrained(auth, key, comment, 0, 0);  
 }  
   
 /*  /*
  * Removes an identity from the authentication server.  This call is not   * Removes an identity from the authentication server.  This call is not
  * meant to be used by normal applications.   * meant to be used by normal applications.

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81