mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Rename & move ticket functions to ticket module
This commit is contained in:
parent
fd6d8978f9
commit
a4a473516e
3 changed files with 310 additions and 310 deletions
|
|
@ -30,6 +30,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Temporary, WIP */
|
||||
int mbedtls_ssl_ticket_write( mbedtls_ssl_context *ssl, size_t *tlen );
|
||||
|
||||
/* Temporary, WIP */
|
||||
int mbedtls_ssl_ticket_parse( mbedtls_ssl_context *ssl,
|
||||
unsigned char *buf,
|
||||
size_t len );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue