X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=61de04483a186b2481edf4516d2ef207ce1aecf4;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=8357f0c44904ff30c69798f0bab1d0692f6b5ec5;hpb=c0d36aa00aa1daa1f6f0eff3650e801223470c2d;p=PuTTY.git diff --git a/ssh.h b/ssh.h index 8357f0c4..61de0448 100644 --- a/ssh.h +++ b/ssh.h @@ -400,7 +400,8 @@ int ssh2_userkey_encrypted(const Filename *filename, char **comment); struct ssh2_userkey *ssh2_load_userkey(const Filename *filename, char *passphrase, const char **errorstr); char *ssh2_userkey_loadpub(const Filename *filename, char **algorithm, - int *pub_blob_len, const char **errorstr); + int *pub_blob_len, char **commentptr, + const char **errorstr); int ssh2_save_userkey(const Filename *filename, struct ssh2_userkey *key, char *passphrase); const struct ssh_signkey *find_pubkey_alg(const char *name);