1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -05:00
Simon Tatham cda9171850 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]
1999-11-15 10:31:06 +00:00
1999-11-10 09:47:31 +00:00
1999-01-15 11:27:36 +00:00
1999-08-10 16:04:43 +00:00
1999-01-08 13:02:13 +00:00
1999-11-09 11:34:14 +00:00
1999-01-08 13:02:13 +00:00
1999-08-31 09:20:48 +00:00
1999-08-31 09:20:48 +00:00
1999-08-31 09:20:48 +00:00
1999-11-09 11:34:14 +00:00
1999-11-09 11:10:04 +00:00
1999-11-09 11:10:04 +00:00
1999-01-08 13:02:13 +00:00
1999-11-09 11:10:04 +00:00
1999-01-08 13:02:13 +00:00
1999-08-11 08:50:36 +00:00
1999-01-08 13:02:13 +00:00
1999-11-09 11:34:14 +00:00
1999-11-08 11:14:33 +00:00

This is the README for PuTTY, a free Win32 Telnet and SSH client.

The provided Makefile is for MS Visual C++ systems. Type `nmake' to
build both putty.exe (the main program) and pscp.exe (an SCP
client). The comment at the top of the Makefile gives extra build
options you can use to build in limited Win32s compatibility, a hack
to pass SSH through some types of firewall, and `official' version
numbers.

Setting up a project file in the Visual C++ IDE sometimes fails to
work. In particular, Visual Studio 6 falls over on the odd macro
usage in ssh.c. This is a bug in Visual Studio, since the VC++6
command line compiler works fine. If in doubt, just use `nmake'.

The PuTTY home web site is

    http://www.chiark.greenend.org.uk/~sgtatham/putty.html

Bug reports and feature requests should be sent to
<putty-bugs@lists.tartarus.org>. PLEASE read the section on the web
site about how to report bugs effectively. Do NOT send one-line
reports saying `it doesn't work'!

See the file LICENCE for the licence conditions.
Description
No description provided
Readme 340 MiB
Languages
C 89.7%
Python 8%
Perl 0.9%
CMake 0.8%
Shell 0.4%
Other 0.1%