mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-10 00:45:40 +00:00
Add prototype for automatically generated debug helper
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c63a1e0e15
commit
66971f8ab1
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
const char *mbedtls_ssl_states_str( mbedtls_ssl_states in );
|
||||
|
||||
const char *mbedtls_ssl_protocol_version_str( mbedtls_ssl_protocol_version in );
|
||||
|
||||
const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in );
|
||||
|
||||
const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue