Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: crypto/third_party/nss/sha512.cc

Issue 209343003: Remove prtypes.h and prcpucfg*.h from base/third_party/nspr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Use 2147483647 instead of INT_MAX Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crypto/third_party/nss/sha512.cc
===================================================================
--- crypto/third_party/nss/sha512.cc (revision 258636)
+++ crypto/third_party/nss/sha512.cc (working copy)
@@ -42,7 +42,7 @@
// size from ~10k to ~1k. The performance should be reasonable for our use.
#define NOUNROLL256 1
-#include "base/third_party/nspr/prtypes.h" /* for PRUintXX */
+#include "crypto/third_party/nss/chromium-prtypes.h" /* for PRUintXX */
#if defined(_X86_) || defined(SHA_NO_LONG_LONG)
#define NOUNROLL512 1
#undef HAVE_LONG_LONG
« crypto/third_party/nss/chromium-prtypes.h ('K') | « crypto/third_party/nss/chromium-sha256.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698