Botan 3.12.0
Crypto and TLS for C&
tls_psk_identity_13.h
Go to the documentation of this file.
1/**
2 * Wrapper type for a TLS 1.3 session ticket
3 * (C) 2023 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#ifndef BOTAN_TLS_13_TICKET_H_
10#define BOTAN_TLS_13_TICKET_H_
11
12#include <botan/tls_psk_13.h>
13
14BOTAN_DEPRECATED_HEADER("tls_psk_identity_13.h")
15
16#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition api.h:94