summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
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 90496fbdf..5004699d9 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.14 2001/02/11 12:59:24 markus Exp $ */ 1/* $OpenBSD: kex.h,v 1.15 2001/03/05 17:17:20 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -106,7 +106,7 @@ void packet_set_kex(Kex *k);
106int dh_pub_is_valid(DH *dh, BIGNUM *dh_pub); 106int dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);
107DH *dh_new_group_asc(const char *, const char *); 107DH *dh_new_group_asc(const char *, const char *);
108DH *dh_new_group(BIGNUM *, BIGNUM *); 108DH *dh_new_group(BIGNUM *, BIGNUM *);
109void dh_gen_key(DH *); 109void dh_gen_key(DH *, int);
110DH *dh_new_group1(void); 110DH *dh_new_group1(void);
111 111
112u_char * 112u_char *