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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.235 and 1.236

version 1.235, 2012/08/17 01:30:00 version 1.236, 2012/09/14 16:51:34
Line 422 
Line 422 
 static void  static void
 send_client_banner(int connection_out, int minor1)  send_client_banner(int connection_out, int minor1)
 {  {
         char buf[256];  
   
         /* Send our own protocol version identification. */          /* Send our own protocol version identification. */
         if (compat20) {          if (compat20) {
                 xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n",                  xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n",

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236