Mercurial > dropbear
diff common-kex.c @ 684:c37857676924 insecure-nocrypto
Merge in "-m"/"-c" code
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 May 2012 08:09:19 +0800 |
parents | a4b7627b3157 63f8d6c469cf |
children | bf0ac0512ef7 |
line wrap: on
line diff
--- a/common-kex.c Wed May 16 22:54:51 2012 +0800 +++ b/common-kex.c Thu May 17 08:09:19 2012 +0800 @@ -118,6 +118,7 @@ /* mac_algorithms_server_to_client */ buf_put_algolist(ses.writepayload, sshhashes); + /* compression_algorithms_client_to_server */ buf_put_algolist(ses.writepayload, ses.compress_algos);