PuTTYgen initial version. Still to do are basic user-friendliness
[u/mdw/putty] / pageant.c
index ac0823d..8806f13 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -252,7 +252,7 @@ static void add_keyfile(char *filename) {
             }
         } else
             *passphrase = '\0';
-        ret = loadrsakey(filename, key, passphrase);
+        ret = loadrsakey(filename, key, NULL, passphrase);
         attempts++;
     } while (ret == -1);
     if (comment) free(comment);