| Index: crypto/scoped_openssl_types.h
|
| diff --git a/crypto/scoped_openssl_types.h b/crypto/scoped_openssl_types.h
|
| index 73f763271bb7cf4bf7e3d41789ee6a399f63a16e..042966b8fcabfc48f8cc1d88e95ec03b7854888f 100644
|
| --- a/crypto/scoped_openssl_types.h
|
| +++ b/crypto/scoped_openssl_types.h
|
| @@ -5,16 +5,17 @@
|
| #ifndef CRYPTO_SCOPED_OPENSSL_TYPES_H_
|
| #define CRYPTO_SCOPED_OPENSSL_TYPES_H_
|
|
|
| -#include <openssl/bio.h>
|
| -#include <openssl/bn.h>
|
| -#include <openssl/dsa.h>
|
| -#include <openssl/ec.h>
|
| -#include <openssl/ecdsa.h>
|
| -#include <openssl/evp.h>
|
| -#include <openssl/mem.h>
|
| -#include <openssl/rsa.h>
|
| -
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "third_party/boringssl/src/include/openssl/bio.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/dsa.h"
|
| +#include "third_party/boringssl/src/include/openssl/ec.h"
|
| +#include "third_party/boringssl/src/include/openssl/ec_key.h"
|
| +#include "third_party/boringssl/src/include/openssl/ecdsa.h"
|
| +#include "third_party/boringssl/src/include/openssl/evp.h"
|
| +#include "third_party/boringssl/src/include/openssl/mem.h"
|
| +#include "third_party/boringssl/src/include/openssl/rsa.h"
|
|
|
| namespace crypto {
|
|
|
|
|