mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-16 18:48:06 -05:00
Declare `struct RSAKey' so that its implicit declaration in the
parameter list of verify_ssh_host_key() does not have scope restricted to that parameter list. Probably unnecessary but let's not take chances. [originally from svn r311]
This commit is contained in:
parent
30807509a7
commit
cda9171850
2
putty.h
2
putty.h
@ -163,6 +163,8 @@ GLOBAL Config cfg;
|
||||
GLOBAL int default_protocol;
|
||||
GLOBAL int default_port;
|
||||
|
||||
struct RSAKey; /* be a little careful of scope */
|
||||
|
||||
/*
|
||||
* Exports from window.c.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user