X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=c05c78c8f013ab436b01254f1dd3722aa37ba97f;hb=382ffaf0262c8b552cf5bd32dbf922ceacbf921d;hp=2edfa47a4c54c232c27e4841c43d7a9646139bd0;hpb=b49fde94104eef45db3e851346021a21c8098143;p=PuTTY.git diff --git a/ssh.h b/ssh.h index 2edfa47a..c05c78c8 100644 --- a/ssh.h +++ b/ssh.h @@ -355,3 +355,9 @@ int zlib_decompress_block(unsigned char *block, int len, #define SSH2_AGENTC_ADD_IDENTITY 17 #define SSH2_AGENTC_REMOVE_IDENTITY 18 #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19 + +/* + * Need this to warn about support for the original SSH2 keyfile + * format. + */ +void old_keyfile_warning(void);