Botan
3.12.0
Crypto and TLS for C&
src
lib
tls
tls13
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
14
BOTAN_DEPRECATED_HEADER
(
"tls_psk_identity_13.h"
)
15
16
#endif
BOTAN_DEPRECATED_HEADER
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition
api.h:94
Generated by
1.16.1