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:
Brian Smith 2014-08-17 16:50:45 -07:00
Родитель 5846749954
Коммит ede2da1dd5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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) {