Oops, forgot to reorder extension request nids.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 13 Sep 2004 22:39:49 +0000 (22:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 13 Sep 2004 22:39:49 +0000 (22:39 +0000)
crypto/x509/x509_req.c

index 995ba36f1e87c71a8b1429378fe54bbf9ab7881b..59fc6ca5484be6456e3666b26ae4ad3aab3103af 100644 (file)
@@ -118,7 +118,7 @@ EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
  * used and there may be more: so the list is configurable.
  */
 
-static int ext_nid_list[] = { NID_ms_ext_req, NID_ext_req, NID_undef};
+static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef};
 
 static int *ext_nids = ext_nid_list;