зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1057791: Switch PR_ASSERT to assert in pkixcheck.cpp, r=keeler
--HG-- extra : rebase_source : a63e822eed9914046127c466f7e5c4f0e3e84361 extra : histedit_source : fc9d16f67cc349f5c7d3964c5dc58de1e5b9e986
This commit is contained in:
Родитель
5846749954
Коммит
ede2da1dd5
|
@ -371,7 +371,7 @@ CheckBasicConstraints(EndEntityOrCA endEntityOrCA,
|
|||
return Success;
|
||||
}
|
||||
|
||||
PORT_Assert(endEntityOrCA == EndEntityOrCA::MustBeCA);
|
||||
assert(endEntityOrCA == EndEntityOrCA::MustBeCA);
|
||||
|
||||
// End-entity certificates are not allowed to act as CA certs.
|
||||
if (!isCA) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче