simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Wed Apr 23 15:05:31 BST 2014


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       10184
Date:           2014-04-23 15:05:31 +0100 (Wed, 23 Apr 2014)

Log message (5 lines):
Prevent double-inclusion of ssh.h in case of -DNO_SECURITY.

winshare.c includes ssh.h, but if you defined NO_SECURITY it then
decides to fall back to including the stub noshare.c, which includes
ssh.h again. Fix by moving a block of includes inside the ifdef.

Modified files:
U   putty/windows/winshare.c

Links:
http://svn.tartarus.org/sgt/?rev=10184&view=rev
http://svn.tartarus.org/sgt/putty/windows/winshare.c?rev=10184&r1=10183&r2=10184



More information about the tartarus-commits mailing list