mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge branch 'mbedtls-1.3' into development
* commit '23c0608': Fix bug in generate_code.pl Fix typo in contributor name (oops!)
This commit is contained in:
@@ -139,7 +139,7 @@ while($test_cases =~ /\/\* BEGIN_CASE *([\w:]*) \*\/\n(.*?)\n\/\* END_CASE \*\//
|
||||
$param_defs .= " char *param$i = params[$i];\n";
|
||||
$param_checks .= " if( verify_string( ¶m$i ) != 0 ) return( 2 );\n";
|
||||
push @dispatch_params, "param$i";
|
||||
$mapping_regex .= ":[^:]+";
|
||||
$mapping_regex .= ":[^:\n]+";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user