From a9950dfb67dd964bbd39a9360402a3b3ed3e9993 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 16 May 2002 12:55:56 +0000 Subject: [PATCH] fix EVP_dsa_sha macro Submitted by: Nils Larsch --- CHANGES | 3 ++- crypto/evp/evp.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2e37b908c0..a3d53f1161 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,8 @@ Changes between 0.9.6d and 0.9.6e [XX xxx XXXX] - *) + *) Fix EVP_dsa_sha macro. + [Nils Larsch] Changes between 0.9.6c and 0.9.6d [9 May 2002] diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 32d6e7c035..dd1b8fa2b8 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -228,7 +228,7 @@ typedef struct evp_pkey_md_st EVP_rsa_octet_string(),EVP_mdc2()) #define EVP_dsa_sha() \ EVP_PKEY_MD_add(NID_dsaWithSHA,\ - EVP_dsa(),EVP_mdc2()) + EVP_dsa(),EVP_sha()) #define EVP_dsa_sha1() \ EVP_PKEY_MD_add(NID_dsaWithSHA1,\ EVP_dsa(),EVP_sha1()) -- 2.50.1