summaryrefslogtreecommitdiffstats
path: root/doc/crypto/dh.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/dh.pod')
-rw-r--r--doc/crypto/dh.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/crypto/dh.pod b/doc/crypto/dh.pod
index c3ccd06207..1c8a327458 100644
--- a/doc/crypto/dh.pod
+++ b/doc/crypto/dh.pod
@@ -12,8 +12,6 @@ dh - Diffie-Hellman key agreement
DH * DH_new(void);
void DH_free(DH *dh);
- int DH_size(const DH *dh);
-
DH * DH_generate_parameters(int prime_len, int generator,
void (*callback)(int, int, void *), void *cb_arg);
int DH_check(const DH *dh, int *codes);