X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2e8324fc5624af5e4d3de5955bf781cf8a7c027c..03169ad0902dcea0737ad7c92a9248e9fe6022e7:/puttygen.c diff --git a/puttygen.c b/puttygen.c index 44fc98fa..19245f80 100644 --- a/puttygen.c +++ b/puttygen.c @@ -325,7 +325,7 @@ static void setupbigedit1(HWND hwnd, int id, struct RSAKey *key) { static void setupbigedit2(HWND hwnd, int id, struct ssh2_userkey *key) { unsigned char *pub_blob; char *buffer, *p; - int pub_len, buflen; + int pub_len; int i; pub_blob = key->alg->public_blob(key->data, &pub_len);