1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00: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:
Simon Tatham 1999-11-15 10:31:06 +00:00
parent 30807509a7
commit cda9171850

View File

@ -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.
*/