]> andersk Git - openssh.git/blobdiff - kex.h
- OpenBSD CVS updates:
[openssh.git] / kex.h
diff --git a/kex.h b/kex.h
index 81c41342a4e1d2fa392884ddb82ee625a56e4709..29e1e887fb15b1112cc5c234fc3167668ca355b8 100644 (file)
--- a/kex.h
+++ b/kex.h
@@ -102,7 +102,8 @@ struct Kex {
 };
 
 Buffer *kex_init(char *myproposal[PROPOSAL_MAX]);
-DH     *new_dh_group1();
+int    dh_pub_is_valid(DH *dh, BIGNUM *dh_pub);
+DH     *dh_new_group1();
 Kex    *kex_choose_conf(char *cprop[PROPOSAL_MAX], char *sprop[PROPOSAL_MAX], int server);
 int    kex_derive_keys(Kex *k, unsigned char *hash, BIGNUM *shared_secret);
 void   bignum_print(BIGNUM *b);
This page took 0.030422 seconds and 4 git commands to generate.