summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorstevesk <stevesk>2000-12-15 23:31:01 +0000
committerstevesk <stevesk>2000-12-15 23:31:01 +0000
commitc316abaf8d9d4ef8a89063d630861060e0689c89 (patch)
tree027d3f1ab78af5069900f5626235e9a245233d06 /kex.h
parentabbd11f84edb73a19a33e1e40167ee0500bc9cf9 (diff)
downloadopenssh-c316abaf8d9d4ef8a89063d630861060e0689c89.tar.gz
- provos@cvs.openbsd.org 2000/12/15 10:30:15
[kex.c kex.h sshconnect2.c sshd.c] compute diffie-hellman in parallel between server and client. okay markus@
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.h b/kex.h
index 1890fc02..b445cee6 100644
--- a/kex.h
+++ b/kex.h
@@ -102,6 +102,7 @@ void packet_set_kex(Kex *k);
int dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);
DH *dh_new_group_asc(const char *, const char *);
DH *dh_new_group(BIGNUM *, BIGNUM *);
+void dh_gen_key();
DH *dh_new_group1();
unsigned char *