summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 2a67731520..085a4f1e75 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -388,6 +388,7 @@ SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
/*
* Creates a new CT log instance with the given |public_key| and |name|.
+ * Takes ownership of |public_key| but copies |name|.
* Returns NULL if malloc fails or if |public_key| cannot be converted to DER.
* Should be deleted by the caller using CTLOG_free when no longer needed.
*/