dh renamed to dhparam
authorUlf Möller <ulf@openssl.org>
Sat, 22 Jan 2000 21:26:52 +0000 (21:26 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 22 Jan 2000 21:26:52 +0000 (21:26 +0000)
apps/dhparam.c
doc/crypto/dh.pod

index a7b42137647b2476e9b6d86dc16bb074b33332d1..fa37b2a3da7f6c356e8d91c709c0d06687de77d5 100644 (file)
@@ -1,4 +1,4 @@
-/* apps/dh.c */
+/* apps/dhparam.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
index d364da48fd7cb4feca10f65a94661cdbdd4f4ef3..77ea503cddf7dd9732a0472d49ab3a6e8d43a35e 100644 (file)
@@ -58,7 +58,7 @@ The B<DH> structure consists of several BIGNUM components.
 
 =head1 SEE ALSO
 
 
 =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)
 
 DH_new(3), DH_get_ex_new_index(3), DH_generate_parameters(3),
 DH_compute_key(3), d2i_DHparams(3), DHparams_print(3)