diff options
author | Geoff Thorpe <geoff@openssl.org> | 2004-04-19 20:09:28 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2004-04-19 20:09:28 +0200 |
commit | 60a938c6bca4c0890ed2d320e29fb43c970094d5 (patch) | |
tree | b4d6fa7ae1a0c24e30e9ef5edcec0d5a88fd9f5f /crypto/evp/m_md2.c | |
parent | Reduce header interdependencies, initially in engine.h (the rest of the (diff) | |
download | openssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.tar.xz openssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.zip |
(oops) Apologies all, that last header-cleanup commit was from the wrong
tree. This further reduces header interdependencies, and makes some
associated cleanups.
Diffstat (limited to 'crypto/evp/m_md2.c')
-rw-r--r-- | crypto/evp/m_md2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c index 38ce7f8cd7..e577d26411 100644 --- a/crypto/evp/m_md2.c +++ b/crypto/evp/m_md2.c @@ -65,6 +65,7 @@ #include <openssl/objects.h> #include <openssl/x509.h> #include <openssl/md2.h> +#include <openssl/rsa.h> static int init(EVP_MD_CTX *ctx) { return MD2_Init(ctx->md_data); } |