| Index: runtime/bin/secure_socket.h
|
| diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
|
| index 29adef471f1076406f5bd923dffc14e975d7a00a..bd5eda301e50cf7826d20714aac466ab4b8aed92 100644
|
| --- a/runtime/bin/secure_socket.h
|
| +++ b/runtime/bin/secure_socket.h
|
| @@ -116,7 +116,6 @@ class SSLFilter {
|
| bool in_handshake_;
|
| bool is_server_;
|
| char* hostname_;
|
| - X509_VERIFY_PARAM* certificate_checking_parameters_;
|
|
|
| static bool isBufferEncrypted(int i) {
|
| return static_cast<BufferIndex>(i) >= kFirstEncrypted;
|
|
|