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

Unified Diff: crypto/curve25519_nss.cc

Issue 1539353003: Switch to standard integer types in crypto/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years 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
« no previous file with comments | « crypto/cssm_init.cc ('k') | crypto/curve25519_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/curve25519_nss.cc
diff --git a/crypto/curve25519_nss.cc b/crypto/curve25519_nss.cc
index 746356f22e50d335f0f83047272d14f297d56d7b..88bf94cd45e878739cd8c6e3e898242b88d0ec9e 100644
--- a/crypto/curve25519_nss.cc
+++ b/crypto/curve25519_nss.cc
@@ -4,6 +4,8 @@
#include "crypto/curve25519.h"
+#include <stdint.h>
+
#include "crypto/secure_util.h"
// Curve25519 is specified in terms of byte strings, not numbers, so all
« no previous file with comments | « crypto/cssm_init.cc ('k') | crypto/curve25519_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698