blob: 9668c11451208e69c5acb65c069ddddd6cafd3f0 [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
Ryan Keanefdebe6c2019-09-06 14:12:51 -070012} // namespace openscreen