summaryrefslogtreecommitdiffstats
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 13:58:55 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 13:58:55 +1100
commitc91e556d8a2cf97a5d7075154d39eb8fd4098fe4 (patch)
treea1fc7a2f2fd92087fd6eb3dff354d9982c62733e /kex.c
parentd62f2ca376168c716e4b485512a2b62b461e45b2 (diff)
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[kex.c kex.h monitor.c myproposal.h session.c] spacing
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kex.c b/kex.c
index ced56e66..930e9cb4 100644
--- a/kex.c
+++ b/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);