summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DH_new.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-27 19:31:26 +0000
committerUlf Möller <ulf@openssl.org>2000-01-27 19:31:26 +0000
commit38e33cef15e7965ad9fd9db4b08fb2f5dc1bc573 (patch)
tree27216af3df8adcdc381475ca7011f43fcf34e7fe /doc/crypto/DH_new.pod
parent0c23524963064a3bf8206b28c97f88e157d29fa7 (diff)
Document DSA and SHA.
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
Diffstat (limited to 'doc/crypto/DH_new.pod')
-rw-r--r--doc/crypto/DH_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DH_new.pod b/doc/crypto/DH_new.pod
index 9116b9f0df..64624b9d15 100644
--- a/doc/crypto/DH_new.pod
+++ b/doc/crypto/DH_new.pod
@@ -10,7 +10,7 @@ DH_new, DH_free - allocate and free DH objects
DH* DH_new(void);
- void DH_free(DH *rsa);
+ void DH_free(DH *dh);
=head1 DESCRIPTION