diff options
Diffstat (limited to 'openssl/crypto/sha/sha_dgst.c')
-rw-r--r-- | openssl/crypto/sha/sha_dgst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/sha/sha_dgst.c b/openssl/crypto/sha/sha_dgst.c index 70eb56032..c946ad827 100644 --- a/openssl/crypto/sha/sha_dgst.c +++ b/openssl/crypto/sha/sha_dgst.c @@ -57,6 +57,7 @@ */ #include <openssl/opensslconf.h> +#include <openssl/crypto.h> #if !defined(OPENSSL_NO_SHA0) && !defined(OPENSSL_NO_SHA) #undef SHA_1 |