X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9dda64599614c85260f2559f6b9688c0e971edb9..1b56c05584652dba13d7f4f54e7ac2560dab92fe:/ssh.h diff --git a/ssh.h b/ssh.h index 0cbdd47b..76954a4c 100644 --- a/ssh.h +++ b/ssh.h @@ -311,6 +311,9 @@ int import_target_type(int type); int import_encrypted(char *filename, int type, char **comment); int import_ssh1(char *filename, int type, struct RSAKey *key,char *passphrase); struct ssh2_userkey *import_ssh2(char *filename, int type, char *passphrase); +int export_ssh1(char *filename, int type, struct RSAKey *key,char *passphrase); +int export_ssh2(char *filename, int type, + struct ssh2_userkey *key, char *passphrase); void des3_decrypt_pubkey(unsigned char *key, unsigned char *blk, int len); void des3_encrypt_pubkey(unsigned char *key, unsigned char *blk, int len);