aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_dgst.c
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 /crypto/sha/sha_dgst.c
parent0c23524963064a3bf8206b28c97f88e157d29fa7 (diff)
downloadopenssl-38e33cef15e7965ad9fd9db4b08fb2f5dc1bc573.tar.gz
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 'crypto/sha/sha_dgst.c')
-rw-r--r--crypto/sha/sha_dgst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha/sha_dgst.c b/crypto/sha/sha_dgst.c
index 81bce0c150..1aade357d1 100644
--- a/crypto/sha/sha_dgst.c
+++ b/crypto/sha/sha_dgst.c
@@ -65,6 +65,8 @@
char *SHA_version="SHA" OPENSSL_VERSION_PTEXT;
+/* The implementation is in ../md32_common.h */
+
#include "sha_locl.h"
#endif