add named group debug helper

Signed-off-by: Jerry Yu <[email protected]>
This commit is contained in:
Jerry Yu
2022-05-09 15:49:00 +08:00
parent cb03677f85
commit fe24d1c9f5
2 changed files with 68 additions and 3 deletions
+2
View File
@@ -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 */