| Index: crypto/openssl_util.cc
|
| diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc
|
| index 28355d68fe08ef56f6a3b9d685af70852c709914..4ad5c119ad9dbee6844e4471311585ea32313436 100644
|
| --- a/crypto/openssl_util.cc
|
| +++ b/crypto/openssl_util.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "crypto/openssl_util.h"
|
|
|
| -#include <openssl/crypto.h>
|
| -#include <openssl/err.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "third_party/boringssl/src/include/openssl/crypto.h"
|
| +#include "third_party/boringssl/src/include/openssl/err.h"
|
|
|
| namespace crypto {
|
|
|
|
|