[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.96 and 1.97

version 1.96, 2002/02/24 19:14:59 version 1.97, 2002/02/25 16:33:27
Line 567 
Line 567 
     int hint)      int hint)
 {  {
         u_char *blob;          u_char *blob;
         int bloblen, have_sig = 0;          u_int bloblen, have_sig = 0;
   
         debug3("send_pubkey_test");          debug3("send_pubkey_test");
   
Line 956 
Line 956 
 {  {
   
         char *name = NULL;          char *name = NULL;
         int next;          u_int next;
   
         /* Use a suitable default if we're passed a nil list.  */          /* Use a suitable default if we're passed a nil list.  */
         if (authlist == NULL || strlen(authlist) == 0)          if (authlist == NULL || strlen(authlist) == 0)

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97