aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/tls_crypto_socket.cpp
blob: 54cc226159ed9c4feed071c7c59e24d6e8147818 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "tls_crypto_socket.h"

namespace vespalib {

TlsCryptoSocket::~TlsCryptoSocket() = default;

} // namespace vespalib