aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/net/tls/tls_crypto_socket.cpp
blob: 5b4a8c1cf8ff7aee0a620c81193f61c732fcc1ad (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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