summaryrefslogtreecommitdiffstats
path: root/crypto/rand/md_rand.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-07 23:55:15 +0000
committerBodo Möller <bodo@openssl.org>2001-09-07 23:55:15 +0000
commitea7150b070125c56835bae670d18adb052074a87 (patch)
tree05e04d8f4eb0c5388841d8881b7877b2f4c4398c /crypto/rand/md_rand.c
parentcb42ce0b671de019b8a094b7b817e0c0a53d2949 (diff)
The various hash #includes in rand_lcl.h *are* needed despite
<openssl/evp.h> is now used (MD_DIGEST_LENGTH definitions!). No need to include such headers directly in md_rand.c.
Diffstat (limited to 'crypto/rand/md_rand.c')
-rw-r--r--crypto/rand/md_rand.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index 0a5037464f..841631d3ca 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -126,8 +126,6 @@
#include <openssl/crypto.h>
#include <openssl/err.h>
-#include <openssl/evp.h>
-#include <openssl/sha.h>
#ifdef BN_DEBUG
# define PREDICT