summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-27 21:58:32 +0200
committerMatt Caswell <matt@openssl.org>2016-07-05 17:45:58 +0100
commite57036f2bf810e807700c80d8ff4f7d100890100 (patch)
tree6f0e04073479891c0796c17a29d2e8ecb8e9ddc8 /include
parent68efafc513788863339c199d22048ef275832094 (diff)
Fix some memory error handling in CT
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index f9586dc8a5..4ef6063dd8 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -491,6 +491,8 @@ void ERR_load_CT_strings(void);
# 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
+# define CT_F_CTLOG_STORE_NEW 131
# define CT_F_CT_BASE64_DECODE 124
# define CT_F_CT_POLICY_EVAL_CTX_NEW 133
# define CT_F_CT_V1_LOG_ID_FROM_PKEY 125