X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/98f022f5131859896a6c284fbe304c1c83f7de41..014970c84b867041e717365d0e3254a19eb28480:/sshrsa.c diff --git a/sshrsa.c b/sshrsa.c index 19386239..9947ceff 100644 --- a/sshrsa.c +++ b/sshrsa.c @@ -180,6 +180,8 @@ int rsa_verify(struct RSAKey *key) { sfree(ed); if (cmp != 0) return 0; + + return 1; } void freersakey(struct RSAKey *key) {