| 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 {
|
|
|
|
|