| Index: crypto/encryptor.cc
|
| diff --git a/crypto/encryptor.cc b/crypto/encryptor.cc
|
| index fdbddb7430b1474cb4c25e7fb4b0318c28634481..8aece10be00f8cd418e3b9aab6b04ace77dcc6be 100644
|
| --- a/crypto/encryptor.cc
|
| +++ b/crypto/encryptor.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "crypto/encryptor.h"
|
|
|
| -#include <openssl/aes.h>
|
| -#include <openssl/evp.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -14,6 +12,8 @@
|
| #include "base/sys_byteorder.h"
|
| #include "crypto/openssl_util.h"
|
| #include "crypto/symmetric_key.h"
|
| +#include "third_party/boringssl/src/include/openssl/aes.h"
|
| +#include "third_party/boringssl/src/include/openssl/evp.h"
|
|
|
| namespace crypto {
|
|
|
|
|