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

Unified Diff: crypto/curve25519.cc

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments Created 4 years, 2 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/curve25519.cc
diff --git a/crypto/curve25519.cc b/crypto/curve25519.cc
index 06c2f01bf8d8f66e9c187602245feb018a52c8bb..e540927901681b53796e2988382fbd3e70822953 100644
--- a/crypto/curve25519.cc
+++ b/crypto/curve25519.cc
@@ -4,9 +4,10 @@
#include "crypto/curve25519.h"
-#include <openssl/curve25519.h>
#include <stdint.h>
+#include "third_party/boringssl/src/include/openssl/curve25519.h"
+
namespace crypto {
namespace curve25519 {
« chrome/common/DEPS ('K') | « crypto/aead.cc ('k') | crypto/ec_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698