From: Nils Larsch Date: Mon, 18 Dec 2006 22:20:27 +0000 (+0000) Subject: fix order X-Git-Tag: OpenSSL_0_9_8k^2~1031 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=360ff3cf58df504e4fdef7cfa5505f55103cd51a fix order --- diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index 1c94bffc8f..a6d91765b7 100644 --- a/crypto/x509v3/ext_dat.h +++ b/crypto/x509v3/ext_dat.h @@ -117,10 +117,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_idp }; diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c index 2161b6f1d8..ab923bb0d0 100644 --- a/crypto/x509v3/v3_purp.c +++ b/crypto/x509v3/v3_purp.c @@ -293,7 +293,7 @@ int X509_supported_extension(X509_EXTENSION *ex) NID_sbgp_ipAddrBlock, /* 290 */ NID_sbgp_autonomousSysNum, /* 291 */ #endif - NID_proxyCertInfo /* 661 */ + NID_proxyCertInfo /* 663 */ }; int ex_nid;