summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_md5.c')
-rw-r--r--crypto/evp/m_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index 6455829..9a8bae0 100644
--- a/crypto/evp/m_md5.c
+++ b/crypto/evp/m_md5.c
@@ -62,13 +62,13 @@
#ifndef OPENSSL_NO_MD5
#include <openssl/evp.h>
-#include "evp_locl.h"
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/md5.h>
#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
#endif
+#include "evp_locl.h"
static int init(EVP_MD_CTX *ctx)
{ return MD5_Init(ctx->md_data); }
OpenPOWER on IntegriCloud