summaryrefslogtreecommitdiff
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-10 18:17:23 +0000
committerRich Salz <rsalz@openssl.org>2016-03-10 14:53:04 -0500
commit8359b57f27bbc320c3c08035917d829b303ea850 (patch)
tree0a63789a4ffb5b5562a5d5716d9dd502f877eff7 /test/ct_test.c
parentf0667b1430bac3b8c9c5b76985ad24cf9b13a0a9 (diff)
downloadopenssl-new-8359b57f27bbc320c3c08035917d829b303ea850.tar.gz
check reviewer --reviewer=emilia
Remove 'log' field from SCT and related accessors In order to still have access to an SCT's CTLOG when calling SCT_print, SSL_CTX_get0_ctlog_store has been added. Improved documentation for some CT functions in openssl/ssl.h. Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index 7d0c1b22e2..16855df5af 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -202,7 +202,7 @@ static int compare_sct_printout(SCT *sct,
goto end;
}
- SCT_print(sct, text_buffer, 0);
+ SCT_print(sct, text_buffer, 0, NULL);
/* Append null terminator because we're about to use the buffer contents
* as a string. */