Fix a couple of silly compiler warnings
[u/mdw/putty] / sshrsa.c
index 1938623..9947cef 100644 (file)
--- 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) {