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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.313 and 1.314

version 1.313, 2018/06/09 03:01:12 version 1.314, 2018/06/26 02:02:36
Line 912 
Line 912 
         buffer_append(b, string, strlen(string));          buffer_append(b, string, strlen(string));
 }  }
   
 /*  /*
  * Process the characters one by one.   * Process the characters one by one.
  */   */
 static int  static int
Line 931 
Line 931 
   
         if (c->filter_ctx == NULL)          if (c->filter_ctx == NULL)
                 return 0;                  return 0;
   
         if (len <= 0)          if (len <= 0)
                 return (0);                  return (0);
   
Line 1731 
Line 1731 
          */           */
         struct sshkey **keys;          struct sshkey **keys;
         int *keys_seen;          int *keys_seen;
         size_t nkeys, nnew;          size_t nkeys, nnew;
   
         /*          /*
          * Keys that are in known_hosts, but were not present in the update           * Keys that are in known_hosts, but were not present in the update

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314