projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a385a1a
)
fix EVP_dsa_sha macro
author
Bodo Möller
<bodo@openssl.org>
Thu, 16 May 2002 12:55:56 +0000
(12:55 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 16 May 2002 12:55:56 +0000
(12:55 +0000)
Submitted by: Nils Larsch
CHANGES
patch
|
blob
|
history
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 2e37b908c03aedae8e9712776425bb03c09eca1c..a3d53f1161261fc80610598ee57c7a0e89d78405 100644
(file)
--- 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 32d6e7c0355a30947fa3c0b9d5e67dcac25e588b..dd1b8fa2b8e00856841dcf521cb1a79586dd03fe 100644
(file)
--- 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())