summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-15 23:31:01 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-15 23:31:01 +0000
commit6b875869654af5b5f83f9e360a4d91010b624728 (patch)
treeeea2082a8def6a7fddee7dd21c76dde573d6165d /kex.h
parent48d0d257220f4ef1ce9c916d76ae56860b7dddda (diff)
- 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 1890fc025..b445cee63 100644
--- a/kex.h
+++ b/kex.h
@@ -102,6 +102,7 @@ void packet_set_kex(Kex *k);
102int dh_pub_is_valid(DH *dh, BIGNUM *dh_pub); 102int dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);
103DH *dh_new_group_asc(const char *, const char *); 103DH *dh_new_group_asc(const char *, const char *);
104DH *dh_new_group(BIGNUM *, BIGNUM *); 104DH *dh_new_group(BIGNUM *, BIGNUM *);
105void dh_gen_key();
105DH *dh_new_group1(); 106DH *dh_new_group1();
106 107
107unsigned char * 108unsigned char *