From e7ee10d3dc192db64fb813bf0ed100550262bd40 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 1 Jun 2011 14:18:28 +0000 Subject: [PATCH] Clone digest prototypes. --- fips/fips.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fips/fips.h b/fips/fips.h index a93233bfc8..816eb0d677 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -231,6 +231,9 @@ const EVP_MD *FIPS_evp_sha224(void); const EVP_MD *FIPS_evp_sha256(void); const EVP_MD *FIPS_evp_sha384(void); const EVP_MD *FIPS_evp_sha512(void); +const EVP_MD *FIPS_evp_dss1(void); +const EVP_MD *FIPS_evp_dss(void); +const EVP_MD *FIPS_evp_ecdsa(void); #endif -- 2.25.1