From ffa8e7b74c5096f0e2c81bac10495a59697a361f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 13 Sep 2004 22:39:49 +0000 Subject: [PATCH] Oops, forgot to reorder extension request nids. --- crypto/x509/x509_req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c index 995ba36f1e..59fc6ca548 100644 --- a/crypto/x509/x509_req.c +++ b/crypto/x509/x509_req.c @@ -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; -- 2.25.1