From 49e5db0b313c36c59a943750d9192310ad7f5cf8 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Thu, 10 Mar 2016 18:21:40 +0000 Subject: check reviewer --reviewer=emilia Pass entire CTLOG_STORE to SCT_print, rather than just the SCT's CTLOG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SCT_print now looks up the correct CT log for you. Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- include/openssl/ct.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/openssl/ct.h b/include/openssl/ct.h index 553f82fa2f..5e56fb7038 100644 --- a/include/openssl/ct.h +++ b/include/openssl/ct.h @@ -302,11 +302,10 @@ __owur int SCT_set_source(SCT *sct, sct_source_t source); /* * Pretty-prints an |sct| to |out|. * It will be indented by the number of spaces specified by |indent|. - * If |log| is not NULL: - * - it should be the CT log that the SCT came from. - * - its name will be printed. + * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came + * from, so that the log name can be printed. */ -void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG *log); +void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs); /* * Pretty-prints an |sct_list| to |out|. -- cgit v1.2.3