Index: crypto/ec_signature_creator_openssl.cc |
diff --git a/crypto/ec_signature_creator_openssl.cc b/crypto/ec_signature_creator_openssl.cc |
index 30343a72592ed4216c980264832dac088cd76a27..73227beee01987f5d4c37fb6a5cdd163c8ebef42 100644 |
--- a/crypto/ec_signature_creator_openssl.cc |
+++ b/crypto/ec_signature_creator_openssl.cc |
@@ -4,16 +4,14 @@ |
#include "crypto/ec_signature_creator_impl.h" |
-#include <openssl/bn.h> |
-#include <openssl/ec.h> |
-#include <openssl/ecdsa.h> |
-#include <openssl/evp.h> |
-#include <openssl/sha.h> |
- |
#include "base/logging.h" |
#include "crypto/ec_private_key.h" |
#include "crypto/openssl_util.h" |
#include "crypto/scoped_openssl_types.h" |
+#include "third_party/boringssl/src/include/openssl/bn.h" |
+#include "third_party/boringssl/src/include/openssl/digest.h" |
+#include "third_party/boringssl/src/include/openssl/ecdsa.h" |
+#include "third_party/boringssl/src/include/openssl/evp.h" |
namespace crypto { |