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:
Gaurav Aggarwal 2020-04-11 17:14:03 -07:00
parent a4a2aa5169
commit 3d02db23e8
3 changed files with 9 additions and 1 deletions
scripts/data_files

View file

@ -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;