commit | c33066900ca7639797d8722ec9c7cc716ced5d0e | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat May 28 23:02:23 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat May 28 23:02:23 2011 +0000 |
tree | 0c9ceb7f325ef130d19c403a09e0548cfed15613 | |
parent | f87ff24bc46a6a3e50c4cdaa69896808c4da5e1f [diff] [blame] |
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);