Initial commit for Certificate Transparency support
[openssl.git] / crypto / x509v3 / v3_lib.c
index 50735756237c7db36fd7c1fd3a50546667de6928..8d42147f5584f0a516c4f234182b1f124e845d3c 100644 (file)
@@ -152,7 +152,7 @@ static const X509V3_EXT_METHOD *standard_exts[] = {
     &v3_idp,
     &v3_alt[2],
     &v3_freshest_crl,
-#ifndef OPENSSL_NO_SCT
+#ifndef OPENSSL_NO_CT
     &v3_ct_scts[0],
     &v3_ct_scts[1],
 #endif