summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_lib.c
diff options
context:
space:
mode:
authorAdam Eijdenberg <eijdenberg@google.com>2015-12-04 10:49:14 -0800
committerRich Salz <rsalz@openssl.org>2016-02-25 13:59:11 -0500
commit5ad29c54082ae0e00f389b2373c7ca065d3860ad (patch)
treeae36d1bb3c8b89c06596b9e5e2f50b6677f4681f /crypto/x509v3/v3_lib.c
parent5d3222876e7cbd8bf87fb3b9c951cba3c9be08eb (diff)
Add more CT utility routines to be used as part of larger patch.
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509v3/v3_lib.c')
-rw-r--r--crypto/x509v3/v3_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c
index 0db199c1bd..a82050f3c2 100644
--- a/crypto/x509v3/v3_lib.c
+++ b/crypto/x509v3/v3_lib.c
@@ -154,6 +154,7 @@ static const X509V3_EXT_METHOD *standard_exts[] = {
#ifndef OPENSSL_NO_CT
&v3_ct_scts[0],
&v3_ct_scts[1],
+ &v3_ct_scts[2],
#endif
&v3_tls_feature,
};