| Index: webrtc/base/openssl.h
|
| diff --git a/webrtc/base/openssl.h b/webrtc/base/openssl.h
|
| index 2071619d5d519b7d5b0ad278fa47e37d4b4b10ac..795af70321bcb749cb4c7df6b887e38f4761d830 100644
|
| --- a/webrtc/base/openssl.h
|
| +++ b/webrtc/base/openssl.h
|
| @@ -11,10 +11,9 @@
|
| #ifndef WEBRTC_BASE_OPENSSL_H_
|
| #define WEBRTC_BASE_OPENSSL_H_
|
|
|
| -#include <openssl/ssl.h>
|
|
|
| -#if (OPENSSL_VERSION_NUMBER < 0x10000000L)
|
| -#error OpenSSL is older than 1.0.0, which is the minimum supported version.
|
| -#endif
|
| +// This header is deprecated and is just left here temporarily during
|
| +// refactoring. See https://bugs.webrtc.org/7634 for more details.
|
| +#include "webrtc/rtc_base/openssl.h"
|
|
|
| #endif // WEBRTC_BASE_OPENSSL_H_
|
|
|