Replace the old ASN1_dup() with ASN1_item_dup() and
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9704974907c0795e73b63a18cc3e54128aabb654..997e7313f959c88ad5d2bcae32f3274224880ef8 100644 (file)
--- 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