X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/dae2b91f8146b8c5a23c6ec0f70d4e33d031b8d3..44fb739e7833530bc8499eb0be103df61735ed2e:/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);