mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Intermediate hexify out change
This commit is contained in:
parent
9079170f6e
commit
f1aaec9888
39 changed files with 780 additions and 1563 deletions
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void check_compiletime_version( char *version_str )
|
||||
void check_compiletime_version( char * version_str )
|
||||
{
|
||||
char build_str[100];
|
||||
char build_str_full[100];
|
||||
|
|
@ -35,7 +35,7 @@ void check_compiletime_version( char *version_str )
|
|||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void check_runtime_version( char *version_str )
|
||||
void check_runtime_version( char * version_str )
|
||||
{
|
||||
char build_str[100];
|
||||
char get_str[100];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue