diff options
author | Colin Watson <cjwatson@debian.org> | 2018-10-19 21:29:01 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-10-20 22:54:15 +0100 |
commit | d80ebbf028196b2478beebf5a290b97f35e1eed9 (patch) | |
tree | 6666a5484923a26738675ff27a6186cfe15d4cad /dh.h | |
parent | 4f5bbf3f11efeec65bbd56464b20a19bd250e5cc (diff) | |
parent | 1d2a55436d4b556269f42ad5f7e16608b5a8ed74 (diff) |
New upstream release (7.9p1)
Diffstat (limited to 'dh.h')
-rw-r--r-- | dh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ DH *dh_new_group18(void); | |||
42 | DH *dh_new_group_fallback(int); | 42 | DH *dh_new_group_fallback(int); |
43 | 43 | ||
44 | int dh_gen_key(DH *, int); | 44 | int dh_gen_key(DH *, int); |
45 | int dh_pub_is_valid(DH *, BIGNUM *); | 45 | int dh_pub_is_valid(const DH *, const BIGNUM *); |
46 | 46 | ||
47 | u_int dh_estimate(int); | 47 | u_int dh_estimate(int); |
48 | 48 | ||