// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_SOCKET_SSL_SERVER_SOCKET_IMPL_H_ #define NET_SOCKET_SSL_SERVER_SOCKET_IMPL_H_ #include <stdint.h> #include <memory> #include "net/base/io_buffer.h" #include "net/socket/ssl_server_socket.h" #include "net/ssl/ssl_server_config.h" #include "third_party/boringssl/src/include/openssl/base.h" namespace net { class SSLServerContextImpl : public SSLServerContext { … }; } // namespace net #endif // NET_SOCKET_SSL_SERVER_SOCKET_IMPL_H_