Introduce a sane interface function, from_backend(), for backends to
[u/mdw/putty] / puttygen.c
index ed74dd4..8a361e5 100644 (file)
 
 #define DEFAULT_KEYSIZE 1024
 
-/*
- * TODO:
- *  - test the generated keys for actual working-RSA-key-hood
- */
-
 /* ----------------------------------------------------------------------
  * Progress report code. This is really horrible :-)
  */
@@ -370,8 +365,8 @@ static int CALLBACK MainDlgProc (HWND hwnd, UINT msg,
             staticbtn(&cp, "Save the generated key to a new file",
                       IDC_SAVESTATIC, "&Save", IDC_SAVE);
             endbox(&cp);
-            beginbox(&cp, "Actions",
-                     IDC_BOX_ACTIONS, IDC_BOXT_ACTIONS);
+            beginbox(&cp, "Parameters",
+                     IDC_BOX_PARAMS, IDC_BOXT_PARAMS);
             staticedit(&cp, "Number of &bits in a generated key:",
                       IDC_BITSSTATIC, IDC_BITS, 20);
             endbox(&cp);