From: Dr. Stephen Henson Date: Sat, 28 May 2011 23:02:23 +0000 (+0000) Subject: Add FIPS_digestinit prototype for FIPS capable OpenSSL. X-Git-Tag: OpenSSL-fips-2_0-rc1~370 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c33066900ca7639797d8722ec9c7cc716ced5d0e Add FIPS_digestinit prototype for FIPS capable OpenSSL. --- diff --git a/fips/fips.h b/fips/fips.h index cd513ec052..668673e1ae 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -174,6 +174,8 @@ int fips_cipher_test(int id, struct evp_cipher_ctx_st *ctx, #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);