summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_x509v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ct/ct_x509v3.c')
-rw-r--r--crypto/ct/ct_x509v3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ct/ct_x509v3.c b/crypto/ct/ct_x509v3.c
index 2617f13d28..db2c0e4875 100644
--- a/crypto/ct/ct_x509v3.c
+++ b/crypto/ct/ct_x509v3.c
@@ -75,7 +75,7 @@ static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val)
static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
BIO *out, int indent)
{
- SCT_LIST_print(sct_list, out, indent, "\n");
+ SCT_LIST_print(sct_list, out, indent, "\n", NULL);
return 1;
}