From 360ff3cf58df504e4fdef7cfa5505f55103cd51a Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Mon, 18 Dec 2006 22:20:27 +0000 Subject: fix order --- crypto/x509v3/v3_purp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509v3/v3_purp.c') 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; -- cgit v1.2.1