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

Unified Diff: crypto/aead.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
« chrome/common/DEPS ('K') | « crypto/DEPS ('k') | crypto/curve25519.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/aead.cc
diff --git a/crypto/aead.cc b/crypto/aead.cc
index 1be24cdb88d8463e7458d66b788b66679aeeae1d..a0ef250d83d154adda84d03ab40eee8d6a276238 100644
--- a/crypto/aead.cc
+++ b/crypto/aead.cc
@@ -4,14 +4,14 @@
#include "crypto/aead.h"
-#include <openssl/aes.h>
-#include <openssl/evp.h>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include "base/strings/string_util.h"
#include "crypto/openssl_util.h"
+#include "third_party/boringssl/src/include/openssl/aes.h"
+#include "third_party/boringssl/src/include/openssl/evp.h"
namespace crypto {
« chrome/common/DEPS ('K') | « crypto/DEPS ('k') | crypto/curve25519.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698