X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3_lib.c;h=a82050f3c24dd7c93fe387d319fba699208b3fa2;hb=99119000add47e4d1d9241f4e76f57d98439a766;hp=8d42147f5584f0a516c4f234182b1f124e845d3c;hpb=3149baf83cb703f060b1e6eeb440a45e010a626b;p=oweals%2Fopenssl.git diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c index 8d42147f55..a82050f3c2 100644 --- a/crypto/x509v3/v3_lib.c +++ b/crypto/x509v3/v3_lib.c @@ -1,4 +1,3 @@ -/* v3_lib.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. @@ -155,7 +154,9 @@ 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, }; /* Number of standard extensions */