[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.1 and 1.2

version 1.1, 2000/04/26 21:28:33 version 1.2, 2000/04/26 21:33:53
Line 181 
Line 181 
         if (server_host_key == NULL)          if (server_host_key == NULL)
                 fatal("cannot decode server_host_key_blob");                  fatal("cannot decode server_host_key_blob");
   
 dump_base64(stderr, server_host_key_blob, sbloblen);  
   
         check_host_key(host, hostaddr, server_host_key,          check_host_key(host, hostaddr, server_host_key,
             options.user_hostfile2, options.system_hostfile2);              options.user_hostfile2, options.system_hostfile2);
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2