X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/222d54dc209210b6e43589c798e35e21273b4082..11cd814b19dd4278d51ab15c14e81fb8ee96777c:/puttygen.c diff --git a/puttygen.c b/puttygen.c index 3e43b052..f810ba23 100644 --- a/puttygen.c +++ b/puttygen.c @@ -2,8 +2,6 @@ * PuTTY key generation front end. */ -#include -#include #include #include #include @@ -12,7 +10,8 @@ #include "putty.h" #include "ssh.h" -#include "winstuff.h" + +#include #ifdef MSVC4 #define ICON_BIG 1 @@ -405,7 +404,7 @@ static void setupbigedit2(HWND hwnd, int id, int idstatic, strcpy(p, key->comment); SetDlgItemText(hwnd, id, buffer); SetDlgItemText(hwnd, idstatic, "&Public key for pasting into " - "OpenSSH authorized_keys2 file:"); + "OpenSSH authorized_keys file:"); sfree(pub_blob); sfree(buffer); }