зеркало из https://github.com/github/putty.git
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:
Родитель
dad558a1e5
Коммит
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) {
|
||||
/* 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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче