FIPS low level blocking for AES, RC4 and Camellia. This is complicated by
[openssl.git] / crypto / evp / m_sha.c
index e995c122e431670a1fcd6032ec2f4651e27a4399..8769cdd42fdae949e3e5d51f4fa78f0a08534ebe 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
+#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); }