Add more CT utility routines to be used as part of larger patch.
[openssl.git] / crypto / x509v3 / v3_lib.c
index 0db199c1bd9bf6ac7f0ef29a2d4dcf239c4fec5c..a82050f3c24dd7c93fe387d319fba699208b3fa2 100644 (file)
@@ -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,
 };