Reduce version skew: trivia (I hope).
[oweals/openssl.git] / crypto / evp / m_sha1.c
index 3cb11f1ebb1f3ca28cd21821f5f7612be416ee5b..ca42abd4927e870af77592927e09e65be8b9ef83 100644 (file)
 #include <stdio.h>
 #include "cryptlib.h"
 
-#ifndef OPENSSL_FIPS
-
 #ifndef OPENSSL_NO_SHA
 
 #include <openssl/evp.h>
 #include <openssl/objects.h>
-#include <openssl/x509.h>
+#include <openssl/sha.h>
 #ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
 #endif
@@ -206,4 +204,3 @@ const EVP_MD *EVP_sha512(void)
        { return(&sha512_md); }
 #endif /* ifndef OPENSSL_NO_SHA512 */
 
-#endif