From c4b13b02682afb695da9c277da27d4cccc856eee Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 22 Jun 2005 17:28:55 +0000 Subject: [PATCH] Reorder extensions to account for synced OID table. --- crypto/x509v3/ext_dat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index 5e86de5c9e..3596684687 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_name_constraints, &v3_policy_mappings, -&v3_inhibit_anyp, -&v3_pci +&v3_inhibit_anyp }; /* Number of standard extensions */ -- 2.25.1