X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d4de2d2aba8680cc4f6db95d24377b22d9b644e8..1c2a93c4834e2cc84f29c997b16a28e2c9c4fb4d:/ssh.h diff --git a/ssh.h b/ssh.h index 058c5247..19a514cd 100644 --- a/ssh.h +++ b/ssh.h @@ -48,6 +48,7 @@ void rsasign(unsigned char *data, int length, struct RSAKey *key); void rsasanitise(struct RSAKey *key); int rsastr_len(struct RSAKey *key); void rsastr_fmt(char *str, struct RSAKey *key); +void rsa_fingerprint(char *str, int len, struct RSAKey *key); void freersakey(struct RSAKey *key); typedef unsigned int word32;