summaryrefslogtreecommitdiff
path: root/dh.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-10-19 21:29:01 +0100
committerColin Watson <cjwatson@debian.org>2018-10-20 22:54:15 +0100
commitd80ebbf028196b2478beebf5a290b97f35e1eed9 (patch)
tree6666a5484923a26738675ff27a6186cfe15d4cad /dh.h
parent4f5bbf3f11efeec65bbd56464b20a19bd250e5cc (diff)
parent1d2a55436d4b556269f42ad5f7e16608b5a8ed74 (diff)
New upstream release (7.9p1)
Diffstat (limited to 'dh.h')
-rw-r--r--dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh.h b/dh.h
index bcd485cf9..344b29e35 100644
--- a/dh.h
+++ b/dh.h
@@ -42,7 +42,7 @@ DH *dh_new_group18(void);
42DH *dh_new_group_fallback(int); 42DH *dh_new_group_fallback(int);
43 43
44int dh_gen_key(DH *, int); 44int dh_gen_key(DH *, int);
45int dh_pub_is_valid(DH *, BIGNUM *); 45int dh_pub_is_valid(const DH *, const BIGNUM *);
46 46
47u_int dh_estimate(int); 47u_int dh_estimate(int);
48 48