summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordjm <djm>2006-03-25 13:04:32 +0000
committerdjm <djm>2006-03-25 13:04:32 +0000
commit7b4ee8e6730771db15e80ceb3d8bc2e906ddb7ca (patch)
tree6c68ac8dad0b0adb11092c41624c107c24428e47 /kex.h
parentc6814106db387ee614bc226386ee0d0bb3c8190c (diff)
downloadopenssh-7b4ee8e6730771db15e80ceb3d8bc2e906ddb7ca.tar.gz
- 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 e2ba0a98..25dabbaa 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.39 2006/03/07 09:07:40 djm Exp $ */
+/* $OpenBSD: kex.h,v 1.40 2006/03/19 18:53:12 deraadt Exp $ */
/*
* 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,
BIGNUM *, BIGNUM *, BIGNUM *, u_char **, u_int *);
void
kexgex_hash(const EVP_MD *, char *, char *, char *, int, char *,
- int, u_char *, int, int, int, int, BIGNUM *, BIGNUM *, BIGNUM *,
+ int, u_char *, int, int, int, int, BIGNUM *, BIGNUM *, BIGNUM *,
BIGNUM *, BIGNUM *, u_char **, u_int *);
void