summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lcl.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-08-05 18:02:16 +0000
committerBen Laurie <ben@openssl.org>2001-08-05 18:02:16 +0000
commitd66ace9da50de58a17e7ca7eeec8ca6f5a6be189 (patch)
tree7ef2d2fe493c6692dcb4828d6b752abe8b45f6ce /crypto/rand/rand_lcl.h
parentdb7535711049fcfdc71145029b0efc775fa17a5a (diff)
Start to reduce some of the header bloat.
Diffstat (limited to 'crypto/rand/rand_lcl.h')
-rw-r--r--crypto/rand/rand_lcl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index cc95112c8c..feac3b82a5 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -129,7 +129,6 @@
#endif
#endif
-#include <openssl/evp.h>
#define MD_Update(a,b,c) EVP_DigestUpdate(a,b,c)
#define MD_Final(a,b) EVP_DigestFinal(a,b,NULL)
#if defined(USE_MD5_RAND)