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

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.36 and 1.37

version 1.36, 2018/07/31 03:10:27 version 1.37, 2018/08/28 12:17:45
Line 78 
Line 78 
             cuser, chost, pkalg, slen);              cuser, chost, pkalg, slen);
 #ifdef DEBUG_PK  #ifdef DEBUG_PK
         debug("signature:");          debug("signature:");
         sshbuf_dump_data(sig, siglen, stderr);          sshbuf_dump_data(sig, slen, stderr);
 #endif  #endif
         pktype = sshkey_type_from_name(pkalg);          pktype = sshkey_type_from_name(pkalg);
         if (pktype == KEY_UNSPEC) {          if (pktype == KEY_UNSPEC) {

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37