summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-04 18:48:48 +0100
committerRich Salz <rsalz@openssl.org>2016-08-05 18:49:58 -0400
commit1ccbe6b32c98f61526e364c7abc94f55ec600293 (patch)
treec214bc947a51d3849c1e0bab1233949e3e9c43c5 /include
parent850864d81c49697b08254eebf565e8251f2e30db (diff)
Removes CTLOG_new_null from the CT public API
This is an entirely useless function, given that CTLOG is publicly immutable. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1406)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 3b011cc932..d77d1682f3 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -413,12 +413,6 @@ __owur int o2i_SCT_signature(SCT *sct, const unsigned char **in, size_t len);
CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name);
/*
- * Creates a new, blank CT log instance.
- * Should be deleted by the caller using CTLOG_free when no longer needed.
- */
-CTLOG *CTLOG_new_null(void);
-
-/*
* Creates a new CT |ct_log| instance with the given base64 public_key and |name|.
* Should be deleted by the caller using CTLOG_free when no longer needed.
*/