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

Unified Diff: crypto/hmac.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/hmac.cc
diff --git a/crypto/hmac.cc b/crypto/hmac.cc
index b4dd6cf106cbd01f67661320c097426062eed57a..a9bb483f5b7f5708772d02583b8c5a89c8ee7dff 100644
--- a/crypto/hmac.cc
+++ b/crypto/hmac.cc
@@ -4,7 +4,6 @@
#include "crypto/hmac.h"
-#include <openssl/hmac.h>
#include <stddef.h>
#include <algorithm>
@@ -14,6 +13,7 @@
#include "crypto/openssl_util.h"
#include "crypto/secure_util.h"
#include "crypto/symmetric_key.h"
+#include "third_party/boringssl/src/include/openssl/hmac.h"
namespace crypto {
« chrome/common/DEPS ('K') | « crypto/encryptor.cc ('k') | crypto/openssl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698