Botan 3.4.0
Crypto and TLS for C&
tls_session_manager_noop.cpp
Go to the documentation of this file.
1/*
2* TLS Session Manager Noop
3* (C) 2011 Jack Lloyd
4* 2023 René Meusel - Rohde & Schwarz Cybersecurity
5*
6* Botan is released under the Simplified BSD License (see license.txt)
7*/
8
9#include <botan/tls_session_manager_noop.h>
10
11#include <botan/rng.h>
12
13namespace Botan::TLS {
14
16
17} // namespace Botan::TLS