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

Unified Diff: crypto/openssl_bio_string.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/hmac_openssl.cc ('k') | crypto/openssl_bio_string_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/openssl_bio_string.cc
diff --git a/crypto/openssl_bio_string.cc b/crypto/openssl_bio_string.cc
index 48805001ef6646426dca5fcf0dbea40d8f75729f..c38b0363cc77ea4d81467fa30ff884e7d416069d 100644
--- a/crypto/openssl_bio_string.cc
+++ b/crypto/openssl_bio_string.cc
@@ -4,9 +4,10 @@
#include "crypto/openssl_bio_string.h"
-#include <openssl/bio.h>
#include <string.h>
+#include "third_party/boringssl/src/include/openssl/bio.h"
+
namespace crypto {
namespace {
« no previous file with comments | « crypto/hmac_openssl.cc ('k') | crypto/openssl_bio_string_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698