summaryrefslogtreecommitdiffstats
path: root/base/third_party/nss/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party/nss/README.chromium')
-rw-r--r--base/third_party/nss/README.chromium5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/third_party/nss/README.chromium b/base/third_party/nss/README.chromium
index 7106351..44cecac 100644
--- a/base/third_party/nss/README.chromium
+++ b/base/third_party/nss/README.chromium
@@ -6,3 +6,8 @@ deleted or commented out unused code, and tweaked them for Chrome's source
tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++
header "base/basictypes.h". We define NOUNROLL256 to reduce the object code
size.
+
+In blapi.h and sha512.cc, replaced uint32 by unsigned int so that they can
+be compiled with -DNO_NSPR_10_SUPPORT. NO_NSPR_10_SUPPORT turns off the
+definition of the NSPR 1.0 types int8 - int64 and uint8 - uint64 to avoid
+conflict with the same-named types defined in "base/basictypes.h".