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

Unified Diff: crypto/hmac_openssl.cc

Issue 1312203002: Include BoringSSL headers from third_party/ in crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/encryptor_openssl.cc ('k') | crypto/openssl_bio_string.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/hmac_openssl.cc
diff --git a/crypto/hmac_openssl.cc b/crypto/hmac_openssl.cc
index ef20290e223200959674baf2d5f4db647b9d2cba..a5dc45fc97f6c73b4122adf956fce58dc919f1cd 100644
--- a/crypto/hmac_openssl.cc
+++ b/crypto/hmac_openssl.cc
@@ -4,8 +4,6 @@
#include "crypto/hmac.h"
-#include <openssl/hmac.h>
-
#include <algorithm>
#include <vector>
@@ -13,6 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/stl_util.h"
#include "crypto/openssl_util.h"
+#include "third_party/boringssl/src/include/openssl/hmac.h"
namespace crypto {
« no previous file with comments | « crypto/encryptor_openssl.cc ('k') | crypto/openssl_bio_string.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698