aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-29 18:23:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-29 18:23:55 +0000
commit78d3b819f04fcefa67294a840ea7fbf167418109 (patch)
tree4dc90327ba13a32c230e95c9ce4fb37be79f89b5 /CHANGES
parent200b24e391af69aee7a6778371bfa3ebb86da07b (diff)
downloadopenssl-78d3b819f04fcefa67294a840ea7fbf167418109.tar.gz
Replace the old ASN1_dup() with ASN1_item_dup() and
zap some evil function pointers casts along the way...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9704974907..997e7313f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@
it complain about algorithm deselection that isn't recognised.
[Richard Levitte]
- *) New ASN1 functions to handle sign, verify, digest, pack and
+ *) New ASN1 functions to handle dup, sign, verify, digest, pack and
unpack operations in terms of ASN1_ITEM. Modify existing wrappers
to use new functions. Add NO_ASN1_OLD which can be set to remove
some old style ASN1 functions: this can be used to determine if old