- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[kex.c kex.h monitor.c myproposal.h session.c] spacing
This commit is contained in:
parent
d62f2ca376
commit
c91e556d8a
|
@ -40,6 +40,9 @@
|
|||
- deraadt@cvs.openbsd.org 2006/03/19 18:52:11
|
||||
[auth1.c authfd.c channels.c]
|
||||
spacing
|
||||
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
|
||||
[kex.c kex.h monitor.c myproposal.h session.c]
|
||||
spacing
|
||||
|
||||
20060325
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -4297,4 +4300,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4252 2006/03/26 02:57:41 djm Exp $
|
||||
$Id: ChangeLog,v 1.4253 2006/03/26 02:58:55 djm Exp $
|
||||
|
|
2
kex.c
2
kex.c
|
@ -432,7 +432,7 @@ derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen,
|
|||
|
||||
if ((mdsz = EVP_MD_size(kex->evp_md)) <= 0)
|
||||
fatal("bad kex md size %d", mdsz);
|
||||
digest = xmalloc(roundup(need, mdsz));
|
||||
digest = xmalloc(roundup(need, mdsz));
|
||||
|
||||
buffer_init(&b);
|
||||
buffer_put_bignum2(&b, shared_secret);
|
||||
|
|
Loading…
Reference in New Issue