From: Dr. Stephen Henson Date: Tue, 21 Jun 2011 16:14:01 +0000 (+0000) Subject: Add prototype for null cipher. X-Git-Tag: OpenSSL-fips-2_0-rc1~308 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=279a0001b682a6c7c64caf0968fa3504fee45dcc;p=oweals%2Fopenssl.git Add prototype for null cipher. --- diff --git a/fips/fips.h b/fips/fips.h index 1bedea4c7d..44fd3a9dd8 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -266,6 +266,7 @@ const EVP_CIPHER *FIPS_evp_des_ede_cbc(void); const EVP_CIPHER *FIPS_evp_des_ede_cfb64(void); const EVP_CIPHER *FIPS_evp_des_ede_ecb(void); const EVP_CIPHER *FIPS_evp_des_ede_ofb(void); +const EVP_CIPHER *FIPS_evp_enc_null(void); const EVP_MD *FIPS_evp_sha1(void); const EVP_MD *FIPS_evp_sha224(void); const EVP_MD *FIPS_evp_sha256(void);