]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
One more warning fix: spurious 'const' on functions.
authorSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 12:08:13 +0000 (12:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 12:08:13 +0000 (12:08 +0000)
commita3d14d77f566a41fc61dfdc5c2e0e384c9e6ae8b
tree9be69838a483d1115cd2a130b6c0d73ece6b9685
parentca8876f0044c2eb7dbc5a61a432e799973e7e51c
One more warning fix: spurious 'const' on functions.

These must have been absent-mindedly copied from function declarations
of the form 'const type *fn(args)', where the 'const' is meaningful
and describes the data pointed to by the returned pointer, to
functions of the form 'const type fn(args)' where the 'const' is
completely pointless.
ssh.h
sshecc.c