mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Rename HexParam_t -> data_t for consistent coding style
This commit is contained in:
committed by
Mohammad Azim Khan
parent
62a5d7d65a
commit
5fcca46a3a
@@ -6,7 +6,7 @@
|
||||
/* END_HEADER */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_PEM_WRITE_C */
|
||||
void mbedtls_pem_write_buffer( char * start, char * end, HexParam_t * buf,
|
||||
void mbedtls_pem_write_buffer( char * start, char * end, data_t * buf,
|
||||
char * result_str )
|
||||
{
|
||||
unsigned char *check_buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user