Added export of ssh.com key files.
[u/mdw/putty] / puttygen.c
index af2b165..8d0b013 100644 (file)
@@ -546,11 +546,6 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
 
            AppendMenu(menu, MF_POPUP | MF_ENABLED, (UINT) menu1, "&File");
 
-#if 0
-           /*
-            * Exporting not yet supported, but when we do it we
-            * should just put this lot back in.
-            */
            menu1 = CreateMenu();
            AppendMenu(menu1, MF_ENABLED, IDC_EXPORT_OPENSSH,
                       "Export &OpenSSH key");
@@ -559,7 +554,6 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
 
            AppendMenu(menu, MF_POPUP | MF_ENABLED, (UINT) menu1,
                       "&Export");
-#endif
 
            menu1 = CreateMenu();
            AppendMenu(menu1, MF_ENABLED, IDC_ABOUT, "&About");