X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/47c98e43239574b492d9d57b63a964f5ca4b1f8a..f317611e5572e4292e3ee88f6956a97fcd794089:/puttygen.c diff --git a/puttygen.c b/puttygen.c index ed74dd41..8a361e50 100644 --- a/puttygen.c +++ b/puttygen.c @@ -20,11 +20,6 @@ #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);