summaryrefslogtreecommitdiff
path: root/dh.h
diff options
context:
space:
mode:
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