Correct the order of initExplicit and initInhibitAnyPolicy flags to match

what the init expected.

fixes:
 Bug 411614 ��� Explicit Policy does not seem to work.
and
 Bug 406755 ��� EV certs not recognized as EV with some cross-certification scenarios

r=nelson
This commit is contained in:
rrelyea%redhat.com 2008-01-11 00:43:43 +00:00
Родитель 14a42cdc74
Коммит 991db29c79
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1319,8 +1319,8 @@ pkix_Build_ValidationCheckers(
(initialPolicies,
policyQualifiersRejected,
initialPolicyMappingInhibit,
initialAnyPolicyInhibit,
initialExplicitPolicy,
initialAnyPolicyInhibit,
numChainCerts,
&policyChecker,
plContext),