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

« back to all changes in this revision

Viewing changes to ssh.h

  • 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:
368
368
int ssh2_userkey_encrypted(const Filename *filename, char **comment);
369
369
struct ssh2_userkey *ssh2_load_userkey(const Filename *filename,
370
370
                                       char *passphrase, const char **errorstr);
371
 
char *ssh2_userkey_loadpub(const Filename *filename, char **algorithm,
372
 
                           int *pub_blob_len, const char **errorstr);
 
371
unsigned char *ssh2_userkey_loadpub(const Filename *filename, char **algorithm,
 
372
                                    int *pub_blob_len, const char **errorstr);
373
373
int ssh2_save_userkey(const Filename *filename, struct ssh2_userkey *key,
374
374
                      char *passphrase);
375
375
const struct ssh_signkey *find_pubkey_alg(const char *name);