mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Fix a trivial compiler warning
[originally from svn r1002]
This commit is contained in:
parent
4b5a97fbee
commit
a405770ec5
@ -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) {
|
static void setupbigedit2(HWND hwnd, int id, struct ssh2_userkey *key) {
|
||||||
unsigned char *pub_blob;
|
unsigned char *pub_blob;
|
||||||
char *buffer, *p;
|
char *buffer, *p;
|
||||||
int pub_len, buflen;
|
int pub_len;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
pub_blob = key->alg->public_blob(key->data, &pub_len);
|
pub_blob = key->alg->public_blob(key->data, &pub_len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user