diff options
author | Rob Percival <robpercival@google.com> | 2016-08-23 19:41:18 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-08-24 14:58:19 +0200 |
commit | ea4b7ded521134492a323b6b0c27e671cadca979 (patch) | |
tree | db9b15876ee5222efb38b3a1572ced0dad688a6b /include | |
parent | Correct documentation about SCT setters resetting validation status (diff) | |
download | openssl-ea4b7ded521134492a323b6b0c27e671cadca979.tar.xz openssl-ea4b7ded521134492a323b6b0c27e671cadca979.zip |
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.h | 2 |
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); |