mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Add auto-generated code markers
The presence of these markers in the original code was helpful to me in figuring out that this portion of the code is auto-generated. Therefore, I think those are useful and should be present. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
@ -48,7 +48,9 @@ const char * mbedtls_high_level_strerr( int error_code )
|
||||
|
||||
switch( error_code )
|
||||
{
|
||||
/* Begin Auto-Generated Code. */
|
||||
HIGH_LEVEL_CODE_CHECKS
|
||||
/* End Auto-Generated Code. */
|
||||
|
||||
default:
|
||||
break;
|
||||
@ -63,7 +65,9 @@ const char * mbedtls_low_level_strerr( int error_code )
|
||||
|
||||
switch( error_code )
|
||||
{
|
||||
/* Begin Auto-Generated Code. */
|
||||
LOW_LEVEL_CODE_CHECKS
|
||||
/* End Auto-Generated Code. */
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user