| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index c6ec327ced2bb4b115593da0f04d82319077c565..f187c6010741a18c6d1c904ca0592ee521dfd736 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -60,7 +60,7 @@ We made the following local changes to NSS.
|
| (http://crbug.com/122592).
|
| - nss/lib/freebl/mpi/mpi_arm_mac.c: a wrapper file for mpi_arm.c for iOS
|
| and Mac OS X. This works around the inability to specify target arch
|
| - specific source files in Xcode.
|
| + specific source files in Xcode.
|
| - patches/nss-remove-fortezza.patch: remove Fortezza certificate support
|
| from PK11_ImportPublicKey. See NSS bug 668397
|
| (https://bugzilla.mozilla.org/show_bug.cgi?id=668397).
|
| @@ -69,3 +69,6 @@ We made the following local changes to NSS.
|
| - patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher
|
| suites. See NSS bug 917571
|
| (https://bugzilla.mozilla.org/show_bug.cgi?id=917571).
|
| +- patches/nss-genname-warnings.patch: Fix compiler warnings in
|
| + lib/certdb/genname.c that are treated as errors by -Werror,-Wpointer-sign.
|
| + Will be fixed in NSS 3.16.2.
|
|
|