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:
9d35882
)
update an entry on EVP changes
author
Bodo Möller
<bodo@openssl.org>
Wed, 26 Jun 2002 14:21:16 +0000
(14:21 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 26 Jun 2002 14:21:16 +0000
(14:21 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index b45fea657e791d0cefadccbd3229925a6d887cde..19d5c346ae42154edcc732ece25ddf6c49b59b69 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-558,8
+558,8
@@
[Bodo Moeller, Lutz Jaenicke]
*) Rationalise EVP so it can be extended: don't include a union of
- cipher/digest structures, add init/cleanup functions
. This also reduces
-
the number of header dependencies
.
+ cipher/digest structures, add init/cleanup functions
for EVP_MD_CTX
+
(similar to those existing for EVP_CIPHER_CTX)
.
Usage example:
EVP_MD_CTX md;