mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-19 17:49:54 +00:00
Remove error_description variable from strerr functions
This was suggested on this PR: https://github.com/ARMmbed/mbedtls/pull/3176 Signed-off-by: Gaurav Aggarwal <[email protected]>
This commit is contained in:
@@ -161,8 +161,7 @@ foreach my $line (@matches)
|
||||
}
|
||||
|
||||
${$code_check} .= "${white_space}case -($error_name):\n".
|
||||
"${white_space} error_description = \"$module_name - $description\";\n".
|
||||
"${white_space} break;\n"
|
||||
"${white_space} return \"$module_name - $description\";\n"
|
||||
};
|
||||
|
||||
if ($ll_old_define ne "")
|
||||
|
||||
Reference in New Issue
Block a user