1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

While we're doing a hostkey reorg, store port numbers as well

[originally from svn r643]
This commit is contained in:
Simon Tatham
2000-09-28 08:37:10 +00:00
parent 815e2be208
commit 087f33eb71
5 changed files with 29 additions and 22 deletions

View File

@ -270,7 +270,7 @@ void do_defaults (char *);
void logevent (char *);
void showeventlog (HWND);
void showabout (HWND);
void verify_ssh_host_key(char *host, char *keytype,
void verify_ssh_host_key(char *host, int port, char *keytype,
char *keystr, char *fingerprint);
void get_sesslist(int allocate);
void registry_cleanup(void);