From: Ulf Möller Date: Sat, 22 Jan 2000 21:26:52 +0000 (+0000) Subject: dh renamed to dhparam X-Git-Tag: OpenSSL_0_9_5beta1~216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a99e8b9df536df9f87fb3a6997ac42383787cf1;p=oweals%2Fopenssl.git dh renamed to dhparam --- diff --git a/apps/dhparam.c b/apps/dhparam.c index a7b4213764..fa37b2a3da 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -1,4 +1,4 @@ -/* apps/dh.c */ +/* apps/dhparam.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * 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 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)