From: Dr. Stephen Henson Date: Wed, 22 Jun 2005 13:25:38 +0000 (+0000) Subject: Fix extension ordering. X-Git-Tag: OpenSSL_0_9_8~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f93c96e63b5c3bf9dedd350068e2aa06b1bdce4;p=oweals%2Fopenssl.git Fix extension ordering. --- diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index 3ee4bffe39..5e86de5c9e 100644 --- a/crypto/x509v3/ext_dat.h +++ b/crypto/x509v3/ext_dat.h @@ -112,10 +112,10 @@ static X509V3_EXT_METHOD *standard_exts[] = { #ifndef OPENSSL_NO_OCSP &v3_crl_hold, #endif -&v3_pci, -&v3_policy_mappings, &v3_name_constraints, -&v3_inhibit_anyp +&v3_policy_mappings, +&v3_inhibit_anyp, +&v3_pci }; /* Number of standard extensions */