~ubuntu-branches/debian/squeeze/putty/squeeze

« back to all changes in this revision

Viewing changes to ssh.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-07-17 10:21:38 UTC
  • mfrom: (2.1.4 dapper)
  • Revision ID: james.westby@ubuntu.com-20060717102138-s08srub8708welk7
Tags: 0.58-5
Remove Icon= from putty and pterm desktop files, as there are no icons
yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6760
6760
                 * First, offer the public blob to see if the server is
6761
6761
                 * willing to accept it.
6762
6762
                 */
6763
 
                pub_blob =
6764
 
                    (unsigned char *)ssh2_userkey_loadpub(&ssh->cfg.keyfile,
6765
 
                                                          &algorithm,
6766
 
                                                          &pub_blob_len,
6767
 
                                                          NULL);
 
6763
                pub_blob = ssh2_userkey_loadpub(&ssh->cfg.keyfile, &algorithm,
 
6764
                                                &pub_blob_len, NULL);
6768
6765
                if (pub_blob) {
6769
6766
                    s->pktout = ssh2_pkt_init(SSH2_MSG_USERAUTH_REQUEST);
6770
6767
                    ssh2_pkt_addstring(s->pktout, s->username);