mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Fix a couple of silly compiler warnings
[originally from svn r1022]
This commit is contained in:
1
ssh.h
1
ssh.h
@ -51,6 +51,7 @@ void rsasanitise(struct RSAKey *key);
|
|||||||
int rsastr_len(struct RSAKey *key);
|
int rsastr_len(struct RSAKey *key);
|
||||||
void rsastr_fmt(char *str, struct RSAKey *key);
|
void rsastr_fmt(char *str, struct RSAKey *key);
|
||||||
void rsa_fingerprint(char *str, int len, struct RSAKey *key);
|
void rsa_fingerprint(char *str, int len, struct RSAKey *key);
|
||||||
|
int rsa_verify(struct RSAKey *key);
|
||||||
void freersakey(struct RSAKey *key);
|
void freersakey(struct RSAKey *key);
|
||||||
|
|
||||||
typedef unsigned int word32;
|
typedef unsigned int word32;
|
||||||
|
Reference in New Issue
Block a user