]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshpubk.c
Fixed accelerator clash in the Unix-specific config, since gtkdlg.c
[PuTTY.git] / sshpubk.c
index 8bcbbc76282b7ee32a79b9fdc855773857009786..8bef2da453e98b965a95c43650157176b297c896 100644 (file)
--- a/sshpubk.c
+++ b/sshpubk.c
@@ -588,7 +588,7 @@ struct ssh2_userkey *ssh2_load_userkey(const Filename *filename,
     int passlen = passphrase ? strlen(passphrase) : 0;
 
     ret = NULL;                               /* return NULL for most errors */
-    comment = mac = NULL;
+    encryption = comment = mac = NULL;
     public_blob = private_blob = NULL;
 
     fp = f_open(*filename, "rb");