summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-23 18:41:18 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commitea4b7ded521134492a323b6b0c27e671cadca979 (patch)
treedb9b15876ee5222efb38b3a1572ced0dad688a6b /include
parent513a3cb16b256a5289f8441c21eebbc7f5feef9a (diff)
Updates the CT_POLICY_EVAL_CTX POD
Ownership semantics and function names have changed. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 085a4f1e75..6c63265257 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -76,7 +76,7 @@ X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx);
/*
* Sets the certificate associated with the received SCTs.
- * Incremenets the reference count of cert.
+ * Increments the reference count of cert.
* Returns 1 on success, 0 otherwise.
*/
int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert);