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:
parent
dad558a1e5
commit
723d834a13
8
ssh.c
8
ssh.c
@ -5573,11 +5573,10 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ssh->kex->main_type == KEXTYPE_DH) {
|
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
|
* Work out the number of bits of key we will need from the
|
||||||
* exchange. We start with the maximum key length of either
|
* key exchange. We start with the maximum key length of
|
||||||
* cipher...
|
* either cipher...
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
int csbits, scbits;
|
int csbits, scbits;
|
||||||
@ -5678,7 +5677,6 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen,
|
|||||||
freebn(s->g);
|
freebn(s->g);
|
||||||
freebn(s->p);
|
freebn(s->p);
|
||||||
}
|
}
|
||||||
/* XXX end incorrectly-indented section */
|
|
||||||
} else {
|
} else {
|
||||||
logeventf(ssh, "Doing RSA key exchange with hash %s",
|
logeventf(ssh, "Doing RSA key exchange with hash %s",
|
||||||
ssh->kex->hash->text_name);
|
ssh->kex->hash->text_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user