blob: fc3a8c8ebefc5b6a18ea6c455efb041f736f1f39 [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 {
8namespace platform {
9
Yuri Wiitalafb75b092019-11-14 14:13:18 -080010TlsConnection::TlsConnection() = default;
11TlsConnection::~TlsConnection() = default;
Ryan Keanefdebe6c2019-09-06 14:12:51 -070012
13} // namespace platform
14} // namespace openscreen