X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/98f022f5131859896a6c284fbe304c1c83f7de41..014970c84b867041e717365d0e3254a19eb28480:/ssh.h diff --git a/ssh.h b/ssh.h index b2803b98..cdb37800 100644 --- a/ssh.h +++ b/ssh.h @@ -51,6 +51,7 @@ 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); +int rsa_verify(struct RSAKey *key); void freersakey(struct RSAKey *key); typedef unsigned int word32;