Prohibit use of low level digest APIs in FIPS mode.
[openssl.git] / crypto / evp / m_sha.c
index acccc8f92d8e13b9cd5d50f45780f64ccc145470..8769cdd42fdae949e3e5d51f4fa78f0a08534ebe 100644 (file)
@@ -67,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); }