diff options
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 | ||