diff options
Diffstat (limited to 'openssl/crypto/sha/sha1dgst.c')
-rw-r--r-- | openssl/crypto/sha/sha1dgst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/sha/sha1dgst.c b/openssl/crypto/sha/sha1dgst.c index 50d1925cd..81219af08 100644 --- a/openssl/crypto/sha/sha1dgst.c +++ b/openssl/crypto/sha/sha1dgst.c @@ -57,6 +57,7 @@ */ #include <openssl/opensslconf.h> +#include <openssl/crypto.h> #if !defined(OPENSSL_NO_SHA1) && !defined(OPENSSL_NO_SHA) #undef SHA_0 |