add named group debug helper
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
cb03677f85
commit
fe24d1c9f5
2 changed files with 68 additions and 3 deletions
|
@ -41,6 +41,8 @@ const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in );
|
|||
|
||||
const char *mbedtls_ssl_sig_alg_to_str( uint16_t in );
|
||||
|
||||
const char *mbedtls_ssl_named_group_to_str( uint16_t in );
|
||||
|
||||
#endif /* MBEDTLS_DEBUG_C */
|
||||
|
||||
#endif /* SSL_DEBUG_HELPERS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue