1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Reindent the section that was marked `XXX The lines below should be

reindented before this is committed'. Unfortunately not before it
was committed, but you can't have everything :-)

[originally from svn r7499]
This commit is contained in:
Simon Tatham 2007-05-01 12:26:44 +00:00
parent dad558a1e5
commit 723d834a13

8
ssh.c
View File

@ -5573,11 +5573,10 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen,
}
if (ssh->kex->main_type == KEXTYPE_DH) {
/* XXX The lines below should be reindented before this is committed.*/
/*
* Work out the number of bits of key we will need from the key
* exchange. We start with the maximum key length of either
* cipher...
* Work out the number of bits of key we will need from the
* key exchange. We start with the maximum key length of
* either cipher...
*/
{
int csbits, scbits;
@ -5678,7 +5677,6 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen,
freebn(s->g);
freebn(s->p);
}
/* XXX end incorrectly-indented section */
} else {
logeventf(ssh, "Doing RSA key exchange with hash %s",
ssh->kex->hash->text_name);