mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -14,7 +14,7 @@ namespace nss_test {
|
|||
|
||||
class ECLTest : public ::testing::Test {
|
||||
protected:
|
||||
const ECCurveName GetCurveName(std::string name) {
|
||||
ECCurveName GetCurveName(std::string name) {
|
||||
if (name == "P256") return ECCurve_NIST_P256;
|
||||
if (name == "P384") return ECCurve_NIST_P384;
|
||||
if (name == "P521") return ECCurve_NIST_P521;
|
||||
|
|
@ -121,4 +121,4 @@ TEST_F(ECLTest, TestECDH_DeriveP521) {
|
|||
SECSuccess);
|
||||
}
|
||||
|
||||
} // nss_test
|
||||
} // namespace nss_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue