summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexei.volkov.bugs%sun.com <devnull@localhost>2008-03-13 19:32:18 +0000
committeralexei.volkov.bugs%sun.com <devnull@localhost>2008-03-13 19:32:18 +0000
commit3126c5a9c394cb669391e41bf788cff8582679ee (patch)
tree28f9134d10a8c7a5933080cf7390dbdec23d2638
parente826763915b1c999b31f52cbb2d874a3c627c87a (diff)
downloadnss-hg-3126c5a9c394cb669391e41bf788cff8582679ee.tar.gz
Backout patch 390381 of bug 390381 since the code depends on another fix from the same bug.
-rw-r--r--security/nss/lib/certhigh/certvfypkix.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/nss/lib/certhigh/certvfypkix.c b/security/nss/lib/certhigh/certvfypkix.c
index e4eac3694..5dd1307ef 100644
--- a/security/nss/lib/certhigh/certvfypkix.c
+++ b/security/nss/lib/certhigh/certvfypkix.c
@@ -405,9 +405,11 @@ cert_ProcessingParamsSetKuAndEku(
plContext),
PKIX_COMCERTSELPARAMSSETEXTKEYUSAGEFAILED);
- PKIX_CHECK(
- PKIX_PL_EkuChecker_Create(procParams, plContext),
- PKIX_EKUCHECKERINITIALIZEFAILED);
+/* Enable the following call when bug 390381 is fixed.
+ * PKIX_CHECK(
+ * PKIX_PL_EkuChecker_Create(procParams, plContext),
+ * PKIX_EKUCHECKERINITIALIZEFAILED);
+ */
cleanup:
PKIX_DECREF(extKeyUsage);