summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_err.c
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 /crypto/ct/ct_err.c
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 'crypto/ct/ct_err.c')
-rw-r--r--crypto/ct/ct_err.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ct/ct_err.c b/crypto/ct/ct_err.c
index dbf0bd2b11..4349eb45e7 100644
--- a/crypto/ct/ct_err.c
+++ b/crypto/ct/ct_err.c
@@ -22,7 +22,6 @@ static ERR_STRING_DATA CT_str_functs[] = {
{ERR_FUNC(CT_F_CTLOG_NEW), "CTLOG_new"},
{ERR_FUNC(CT_F_CTLOG_NEW_FROM_BASE64), "CTLOG_new_from_base64"},
{ERR_FUNC(CT_F_CTLOG_NEW_FROM_CONF), "ctlog_new_from_conf"},
- {ERR_FUNC(CT_F_CTLOG_NEW_NULL), "CTLOG_new_null"},
{ERR_FUNC(CT_F_CTLOG_STORE_LOAD_CTX_NEW), "ctlog_store_load_ctx_new"},
{ERR_FUNC(CT_F_CTLOG_STORE_LOAD_FILE), "CTLOG_STORE_load_file"},
{ERR_FUNC(CT_F_CTLOG_STORE_LOAD_LOG), "ctlog_store_load_log"},