Add FIPS_digestinit prototype for FIPS capable OpenSSL.
diff --git a/fips/fips.h b/fips/fips.h
index cd513ec..668673e 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -174,6 +174,8 @@
 
 #ifndef OPENSSL_FIPSCANISTER
 
+int FIPS_digestinit(EVP_MD_CTX *ctx, const EVP_MD *type);
+
 const EVP_CIPHER *FIPS_evp_aes_128_cbc(void);
 const EVP_CIPHER *FIPS_evp_aes_128_ccm(void);
 const EVP_CIPHER *FIPS_evp_aes_128_cfb1(void);