summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authornxtstep <code@supersimple.io>2018-12-10 10:39:24 +0100
committerPauli <paul.dale@oracle.com>2018-12-11 20:57:31 +1000
commit275a7b9e5eef3af2834b734b42c5054149ff5e87 (patch)
treef2a410c34f2ffe2233a5834d58789f6683a59040 /CHANGES
parent72818ef0055c79fb4d9ecc3844d117e6c9ae314c (diff)
typo ANS1 -> ASN1
CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7857)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0770f55122..42bd6ee7af 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11496,7 +11496,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
(still largely untested)
[Bodo Moeller]
- *) New function ANS1_tag2str() to convert an ASN1 tag to a descriptive
+ *) New function ASN1_tag2str() to convert an ASN1 tag to a descriptive
ASCII string. This was handled independently in various places before.
[Steve Henson]