summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sha.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/m_sha.c')
-rw-r--r--crypto/evp/m_sha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/m_sha.c b/crypto/evp/m_sha.c
index 3f30dfc..8769cdd 100644
--- a/crypto/evp/m_sha.c
+++ b/crypto/evp/m_sha.c
@@ -58,7 +58,6 @@
#include <stdio.h>
#include "cryptlib.h"
-#include "evp_locl.h"
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0)
@@ -68,6 +67,7 @@
#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
#endif
+#include "evp_locl.h"
static int init(EVP_MD_CTX *ctx)
{ return SHA_Init(ctx->md_data); }
OpenPOWER on IntegriCloud