simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Feb 2 14:19:21 GMT 2020
TL;DR:
be30aac1 Move the code for cgtest into cgtest.c.
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: 2020-02-02 14:19:21
commit be30aac1536a94a572803c053444b6d1533482c8
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=be30aac1536a94a572803c053444b6d1533482c8;hp=7599a57a33ab8bc3ad94ccc175732fbf05eef8a6
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Feb 2 14:15:56 2020 +0000
Move the code for cgtest into cgtest.c.
I don't really know why it was still in cmdgen.c at all. There's no
reason it shouldn't live in its own source file, and keep cmdgen.c for
the actual code of the key generation program!
cgtest.c | 756 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
cmdgen.c | 751 --------------------------------------------------------------
2 files changed, 755 insertions(+), 752 deletions(-)
More information about the tartarus-commits
mailing list