1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fix a couple of silly compiler warnings

[originally from svn r1022]
This commit is contained in:
Simon Tatham
2001-03-23 09:20:43 +00:00
parent e3bcd35a37
commit 3a78d9dd09
2 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,8 @@ int rsa_verify(struct RSAKey *key) {
sfree(ed);
if (cmp != 0)
return 0;
return 1;
}
void freersakey(struct RSAKey *key) {