| Index: crypto/encryptor_openssl.cc
|
| diff --git a/crypto/encryptor_openssl.cc b/crypto/encryptor_openssl.cc
|
| index 4f0e51137d76d67b8c9d8c1a332a2c166bf44bd5..cb4d1fdc0c062dc00e1f3703695c8ccb13906e3a 100644
|
| --- a/crypto/encryptor_openssl.cc
|
| +++ b/crypto/encryptor_openssl.cc
|
| @@ -4,13 +4,12 @@
|
|
|
| #include "crypto/encryptor.h"
|
|
|
| -#include <openssl/aes.h>
|
| -#include <openssl/evp.h>
|
| -
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.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/cipher.h"
|
|
|
| namespace crypto {
|
|
|
|
|