Tidy up and fix a compiler warning.
[u/mdw/putty] / import.c
index e792651..3066298 100644 (file)
--- a/import.c
+++ b/import.c
@@ -485,6 +485,8 @@ struct ssh2_userkey *openssh_read(char *filename, char *passphrase)
     char *modptr;
     int modlen;
 
+    blob = NULL;
+
     if (!key)
        return NULL;