NFC: Correct name of mozilla::pkix in comment.

This commit is contained in:
Brian Smith 2023-09-29 19:04:25 -07:00
parent d96f70b49d
commit 91992763fb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ impl Default for Budget {
// So this may actually be too aggressive.
signatures: 100,
// This limit is taken from NSS libmozpkix, see:
// This limit is taken from mozilla::pkix, see:
// <https://github.com/nss-dev/nss/blob/bb4a1d38dd9e92923525ac6b5ed0288479f3f3fc/lib/mozpkix/lib/pkixbuild.cpp#L381-L393>
build_chain_calls: 200_000,
}