summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-09-08 16:03:26 +0100
committerRich Salz <rsalz@openssl.org>2016-11-15 16:12:41 -0500
commit333c2e43729a92cf37d4bd12d6a3531b4bd7e1da (patch)
treefc088e456518a4039354193c448da84e905ce88e /include
parent1fa9ffd934429f140edcfbaf76d2f32cc21e449b (diff)
Remove obsolete error constant CT_F_CTLOG_NEW_NULL
ctlog_new_null() no longer exists. Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1554)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index a87dd7f268..d001fc9b49 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -482,7 +482,6 @@ int ERR_load_CT_strings(void);
# define CT_F_CTLOG_NEW 117
# define CT_F_CTLOG_NEW_FROM_BASE64 118
# define CT_F_CTLOG_NEW_FROM_CONF 119
-# define CT_F_CTLOG_NEW_NULL 120
# define CT_F_CTLOG_STORE_LOAD_CTX_NEW 122
# define CT_F_CTLOG_STORE_LOAD_FILE 123
# define CT_F_CTLOG_STORE_LOAD_LOG 130