X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=a557cf09e93bd4935fe050c3d432eb784b4b9357;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=0886d450249c58b8786b1870646cf265fdf810d3;hpb=5e2305bdc97f31454a3a8603d18b0cb945e4b3c5;p=PuTTY.git diff --git a/ssh.h b/ssh.h index 0886d450..a557cf09 100644 --- a/ssh.h +++ b/ssh.h @@ -387,9 +387,9 @@ int import_possible(int type); int import_target_type(int type); int import_encrypted(const Filename *filename, int type, char **comment); int import_ssh1(const Filename *filename, int type, - struct RSAKey *key, char *passphrase); + struct RSAKey *key, char *passphrase, const char **errmsg_p); struct ssh2_userkey *import_ssh2(const Filename *filename, int type, - char *passphrase); + char *passphrase, const char **errmsg_p); int export_ssh1(const Filename *filename, int type, struct RSAKey *key, char *passphrase); int export_ssh2(const Filename *filename, int type,