summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 00:04:32 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 00:04:32 +1100
commit51b4f821231446fd36baf991a3d08dd83fc7f6e9 (patch)
tree9b040e53016962a4fe507277837ccf07b30ac202 /kex.h
parentb0fb6872ed2efe3a116083e43dd4f5f47cd4882b (diff)
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[kex.h myproposal.h] spacing
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index e2ba0a98f..25dabbaaa 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.39 2006/03/07 09:07:40 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.40 2006/03/19 18:53:12 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -144,7 +144,7 @@ kex_dh_hash(char *, char *, char *, int, char *, int, u_char *, int,
144 BIGNUM *, BIGNUM *, BIGNUM *, u_char **, u_int *); 144 BIGNUM *, BIGNUM *, BIGNUM *, u_char **, u_int *);
145void 145void
146kexgex_hash(const EVP_MD *, char *, char *, char *, int, char *, 146kexgex_hash(const EVP_MD *, char *, char *, char *, int, char *,
147 int, u_char *, int, int, int, int, BIGNUM *, BIGNUM *, BIGNUM *, 147 int, u_char *, int, int, int, int, BIGNUM *, BIGNUM *, BIGNUM *,
148 BIGNUM *, BIGNUM *, u_char **, u_int *); 148 BIGNUM *, BIGNUM *, u_char **, u_int *);
149 149
150void 150void