simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Jan 26 14:32:05 GMT 2019


TL;DR:
  24f6f65b Do not define DEBUG in MinGW builds by default.
  1ae1b1a4 Put DES diagnostics behind an ifdef of their own.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2019-01-26 14:32:05

commit 24f6f65b8537eb2ab0ee1f7631d58061d5d45bc4
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=24f6f65b8537eb2ab0ee1f7631d58061d5d45bc4;hp=de2667f9517a7f3fe9922e3d014798bd52a13488
Author: Pavel I. Kryukov <kryukov at frtk.ru>
Date:   Sat Jan 26 12:23:43 2019 +0300

    Do not define DEBUG in MinGW builds by default.
    
    DEBUG prints of intermediate cryptography results in cryptsuite,
    resulting in ~2MB of logs.

 mkfiles.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ae1b1a4ce090eb4ced62673fb7aeca4e7054992
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1ae1b1a4ce090eb4ced62673fb7aeca4e7054992;hp=24f6f65b8537eb2ab0ee1f7631d58061d5d45bc4
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Jan 26 14:26:14 2019 +0000

    Put DES diagnostics behind an ifdef of their own.
    
    I think Pavel is right to have turned off -DDEBUG in the MinGW build
    on general principles - it should never be the default option for any
    build platform - but also, it was not intentional that sshdes.c
    produces its hugely detailed diagnostics merely because you compile
    with the very generic -DDEBUG. So now you have to say
    -DDES_DIAGNOSTICS too if you really want sshdes.c's gory detail.

 sshdes.c | 8 ++++++++
 1 file changed, 8 insertions(+)



More information about the tartarus-commits mailing list