From 279a0001b682a6c7c64caf0968fa3504fee45dcc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 21 Jun 2011 16:14:01 +0000 Subject: [PATCH] Add prototype for null cipher. --- fips/fips.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1