Commit a9950dfb authored by Bodo Möller's avatar Bodo Möller
Browse files

fix EVP_dsa_sha macro

Submitted by: Nils Larsch
parent a385a1ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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]

+1 −1
Original line number Diff line number Diff line
@@ -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())