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

Diff for /src/usr.bin/ssh/auth2.c between version 1.55 and 1.56

version 1.55, 2001/04/18 23:43:25 version 1.56, 2001/04/19 00:05:11
Line 428 
Line 428 
                         } else {                          } else {
                                 buffer_put_cstring(&b, "publickey");                                  buffer_put_cstring(&b, "publickey");
                                 buffer_put_char(&b, have_sig);                                  buffer_put_char(&b, have_sig);
                                 buffer_put_cstring(&b, key_ssh_name(key));                                  buffer_put_cstring(&b, pkalg);
                         }                          }
                         buffer_put_string(&b, pkblob, blen);                          buffer_put_string(&b, pkblob, blen);
 #ifdef DEBUG_PK  #ifdef DEBUG_PK

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56