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

Unified Diff: crypto/signature_creator.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/signature_creator.cc
diff --git a/crypto/signature_creator.cc b/crypto/signature_creator.cc
index 95423d4dd1d6a554887dcf9dbf7b5f5359361a4b..c440fda031ce149adfba5fae8b15a6ebd17a1cd5 100644
--- a/crypto/signature_creator.cc
+++ b/crypto/signature_creator.cc
@@ -4,14 +4,14 @@
#include "crypto/signature_creator.h"
-#include <openssl/evp.h>
-#include <openssl/rsa.h>
#include <stddef.h>
#include <stdint.h>
#include "base/logging.h"
#include "crypto/openssl_util.h"
#include "crypto/rsa_private_key.h"
+#include "third_party/boringssl/src/include/openssl/evp.h"
+#include "third_party/boringssl/src/include/openssl/rsa.h"
namespace crypto {
« chrome/common/DEPS ('K') | « crypto/secure_hash.cc ('k') | crypto/signature_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698