From c316abaf8d9d4ef8a89063d630861060e0689c89 Mon Sep 17 00:00:00 2001 From: stevesk Date: Fri, 15 Dec 2000 23:31:01 +0000 Subject: - 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@ --- kex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kex.h') 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 * -- cgit v1.2.1