Add volatile qualifications to two blocks of inline asm to stop GCC from
[oweals/openssl.git] / crypto / evp / m_md4.c
index 0fb84b6d1ec2e7bda42e3f970b4fdfd98a9a1d55..5cd2ab5adeef5ba420f892ad8f89f5d993ae7114 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
+#include "evp_locl.h"
 
 #ifndef OPENSSL_NO_MD4
 
@@ -65,7 +66,9 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md4.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
 
 static int init(EVP_MD_CTX *ctx)
        { return MD4_Init(ctx->md_data); }