summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-22 21:26:52 +0000
committerUlf Möller <ulf@openssl.org>2000-01-22 21:26:52 +0000
commit2a99e8b9df536df9f87fb3a6997ac42383787cf1 (patch)
treebba442877141bfa6b5e41861e9ab3151b3f12170 /doc
parent99e812cb93d08062786175f640156abbb70ee936 (diff)
dh renamed to dhparam
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/dh.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/dh.pod b/doc/crypto/dh.pod
index d364da48fd..77ea503cdd 100644
--- a/doc/crypto/dh.pod
+++ b/doc/crypto/dh.pod
@@ -58,7 +58,7 @@ The B<DH> structure consists of several BIGNUM components.
=head1 SEE ALSO
-dh(1), bn(3), dsa(3), err(3), rand(3), rsa(3), DH_set_method(3),
+dhparam(1), bn(3), dsa(3), err(3), rand(3), rsa(3), DH_set_method(3),
DH_new(3), DH_get_ex_new_index(3), DH_generate_parameters(3),
DH_compute_key(3), d2i_DHparams(3), DHparams_print(3)