1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 01:18:00 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Simon Tatham
132d48b8f3 Remove redundant #includes from sshutils.c.
None of these was necessary at all. I think I must have just pasted
the existing list of includes when I split this file off from
sshcommon.c.
2020-09-13 09:10:55 +01:00
Simon Tatham
66e6bc4a79 Move half of sshcommon.c out into sshutils.c.
Like other 'utils' modules, the point is that sshutils.c has no
external dependencies, so it's safe to include in a tool without
requiring you to bring in a cascade of other modules you didn't really
want.

Right now I'm only planning to use this change in an out-of-tree
experiment, but it's harmless to commit the change itself here.
2020-02-07 19:19:27 +00:00