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
@@ -8,8 +8,8 @@
|
||||
*/
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_arc4_crypt( HexParam_t * src_str, HexParam_t * key_str,
|
||||
HexParam_t * hex_dst_string )
|
||||
void mbedtls_arc4_crypt( data_t * src_str, data_t * key_str,
|
||||
data_t * hex_dst_string )
|
||||
{
|
||||
unsigned char dst_str[1000];
|
||||
mbedtls_arc4_context ctx;
|
||||
|
||||
Reference in New Issue
Block a user