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:28:36 -0500
commit9c9d136156abf4741bddf04ee83807bbc013f353 (patch)
treea7db3070f0c3555a405798ab565236f33c6760e8 /include
parenta99be00636e73206f7a40b626595466003fa250e (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) (cherry picked from commit 333c2e43729a92cf37d4bd12d6a3531b4bd7e1da)
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