fix EVP_dsa_sha macro
[openssl.git] / crypto / evp / evp.h
index 981c6179f190e2261d1ef8d95a5aeb348e84e055..061c5d175d6ec93aa320923adbd2691e4900b781 100644 (file)
@@ -190,7 +190,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())