From 360ff3cf58df504e4fdef7cfa5505f55103cd51a Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 18 Dec 2006 22:20:27 +0000 Subject: [PATCH] fix order --- crypto/x509v3/ext_dat.h | 2 +- crypto/x509v3/v3_purp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1