Chromium Code Reviews| Index: openssl/crypto/sha/sha_dgst.c |
| =================================================================== |
| --- openssl/crypto/sha/sha_dgst.c (revision 105093) |
| +++ openssl/crypto/sha/sha_dgst.c (working copy) |
| @@ -57,12 +57,6 @@ |
| */ |
| #include <openssl/opensslconf.h> |
| -#include <openssl/crypto.h> |
| -#ifdef OPENSSL_FIPS |
| -#include <openssl/fips.h> |
| -#endif |
| - |
| -#include <openssl/err.h> |
| #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA) |
| #undef SHA_1 |