summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/kex.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-19 18:53:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-03-19 18:53:13 +0000
commit9643d67d8e8ef1f8bb5f43ecf5927d708115084e (patch)
treeb551e9794bd9bf140a0a6a834b50a6190895b8fa /usr.bin/ssh/kex.c
parent6e4298a8c6994873b7f5ff6edd7d0569b19a91e1 (diff)
spacing
Diffstat (limited to 'usr.bin/ssh/kex.c')
-rw-r--r--usr.bin/ssh/kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/kex.c b/usr.bin/ssh/kex.c
index 37d94706691..d4bcc18bbca 100644
--- a/usr.bin/ssh/kex.c
+++ b/usr.bin/ssh/kex.c
@@ -424,7 +424,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);