summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-06-11 09:42:34 +1000
committerPauli <paul.dale@oracle.com>2020-07-30 20:15:22 +1000
commitaa97970c1a69ae15b4191aa58cdb56e016f15922 (patch)
tree334eb2ed6149c2bef803994882eef4d5ac222122 /include
parentadf3f83e5227206a011ca1bca3ef9f63709fb96e (diff)
downloadopenssl-new-aa97970c1a69ae15b4191aa58cdb56e016f15922.tar.gz
unify spelling of serialize
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12104)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h2
-rw-r--r--include/openssl/dsa.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 280f7ceecf..a69c986f06 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -331,7 +331,7 @@ __owur int SCT_LIST_validate(const STACK_OF(SCT) *scts,
/*********************************
- * SCT parsing and serialisation *
+ * SCT parsing and serialization *
*********************************/
/*
diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h
index a7d32eee98..915870acbf 100644
--- a/include/openssl/dsa.h
+++ b/include/openssl/dsa.h
@@ -76,7 +76,7 @@ typedef struct DSA_SIG_st DSA_SIG;
/*
* TODO(3.0): consider removing the ASN.1 encoding and decoding when
- * deserialisation is completed elsewhere.
+ * deserialization is completed elsewhere.
*/
# define d2i_DSAparams_fp(fp, x) \
(DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \