fix order
authorNils Larsch <nils@openssl.org>
Mon, 18 Dec 2006 22:20:27 +0000 (22:20 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 18 Dec 2006 22:20:27 +0000 (22:20 +0000)
crypto/x509v3/ext_dat.h
crypto/x509v3/v3_purp.c

index 1c94bffc8f154ae8090a8a1bbf094d8d60ae4458..a6d91765b772d2ec6f889a7dacbc3c0f70b05c77 100644 (file)
@@ -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
 };
 
index 2161b6f1d89c84f8945566fc83e382df14e12564..ab923bb0d09f364c525cc4a2aad59c232557dab2 100644 (file)
@@ -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;