diff options
Diffstat (limited to 'Cryptlib/OpenSSL/crypto/sha/sha_dgst.c')
| -rw-r--r-- | Cryptlib/OpenSSL/crypto/sha/sha_dgst.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Cryptlib/OpenSSL/crypto/sha/sha_dgst.c b/Cryptlib/OpenSSL/crypto/sha/sha_dgst.c index 41ed7e96..f77cf5e3 100644 --- a/Cryptlib/OpenSSL/crypto/sha/sha_dgst.c +++ b/Cryptlib/OpenSSL/crypto/sha/sha_dgst.c @@ -56,13 +56,8 @@ * [including the GNU Public Licence.] */ -#include <openssl/opensslconf.h> #include <openssl/crypto.h> -#ifdef OPENSSL_FIPS -# include <openssl/fips.h> -#endif - -#include <openssl/err.h> +#include <openssl/opensslconf.h> #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA) # undef SHA_1 |
