summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/evp/evp.h')
-rw-r--r--crypto/openssl/crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/evp/evp.h b/crypto/openssl/crypto/evp/evp.h
index b7acdf3..e22089a 100644
--- a/crypto/openssl/crypto/evp/evp.h
+++ b/crypto/openssl/crypto/evp/evp.h
@@ -230,7 +230,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())
OpenPOWER on IntegriCloud