blob: 12fdc5cdaf64ddaa13a1af6dee2be2d63b8af6b6 [file] [log] [blame]
Ryan Keanefdebe6c2019-09-06 14:12:51 -07001// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "platform/api/tls_connection.h"
6
Ryan Keanefdebe6c2019-09-06 14:12:51 -07007namespace openscreen {
Ryan Keanefdebe6c2019-09-06 14:12:51 -07008
Yuri Wiitalafb75b092019-11-14 14:13:18 -08009TlsConnection::TlsConnection() = default;
10TlsConnection::~TlsConnection() = default;
Ryan Keanefdebe6c2019-09-06 14:12:51 -070011
Abraham Corea Diazbffb5c22021-07-09 23:35:39 +000012TlsConnection::Client::~Client() = default;
13
Ryan Keanefdebe6c2019-09-06 14:12:51 -070014} // namespace openscreen