mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Rename HexParam_t -> data_t for consistent coding style
This commit is contained in:
committed by
Mohammad Azim Khan
parent
62a5d7d65a
commit
5fcca46a3a
@@ -105,7 +105,7 @@ exit:
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_debug_print_buf( char * file, int line, char * text,
|
||||
HexParam_t * data, char * result_str )
|
||||
data_t * data, char * result_str )
|
||||
{
|
||||
mbedtls_ssl_context ssl;
|
||||
mbedtls_ssl_config conf;
|
||||
|
Reference in New Issue
Block a user