mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Write literal byte more clearly
This commit is contained in:
parent
85fadb749c
commit
d48bf6892c
4 changed files with 4 additions and 4 deletions
|
|
@ -703,7 +703,7 @@ int sha256_self_test( int verbose )
|
|||
|
||||
if( j == 5 || j == 6 )
|
||||
{
|
||||
memset( buf, '\xAA', buflen = 131 );
|
||||
memset( buf, 0xAA, buflen = 131 );
|
||||
sha256_hmac_starts( &ctx, buf, buflen, k );
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue