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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.66 and 1.67

version 1.66, 2001/04/04 20:25:38 version 1.67, 2001/04/05 10:42:56
Line 642 
Line 642 
 int key_sign_cb(Authctxt *authctxt, Key *key, u_char **sigp, int *lenp,  int key_sign_cb(Authctxt *authctxt, Key *key, u_char **sigp, int *lenp,
     u_char *data, int datalen)      u_char *data, int datalen)
 {  {
         return key_sign(key, sigp, lenp, data, datalen);          return key_sign(key, sigp, lenp, data, datalen);
 }  }
   
 int  int
Line 825 
Line 825 
 /*  /*
  * Given the authentication method list sent by the server, return the   * Given the authentication method list sent by the server, return the
  * next method we should try.  If the server initially sends a nil list,   * next method we should try.  If the server initially sends a nil list,
  * use a built-in default list.   * use a built-in default list.
  */   */
 Authmethod *  Authmethod *
 authmethod_get(char *authlist)  authmethod_get(char *authlist)

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67