зеркало из https://github.com/github/putty.git
Fix a trivial compiler warning
[originally from svn r1002]
This commit is contained in:
Родитель
4b5a97fbee
Коммит
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);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче