mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 19:20:18 +00:00
Fix formatting
Line up function parameters. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
64042b8d3d
commit
ec2ec42828
@ -79,9 +79,9 @@ int main( int argc, char *argv[] )
|
|||||||
|
|
||||||
mbedtls_entropy_init( &entropy );
|
mbedtls_entropy_init( &entropy );
|
||||||
if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func,
|
if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func,
|
||||||
&entropy,
|
&entropy,
|
||||||
(const unsigned char *) pers,
|
(const unsigned char *) pers,
|
||||||
sizeof pers ) ) != 0 )
|
sizeof pers ) ) != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_ctr_drbg_seed returned %d\n",
|
mbedtls_printf( " failed\n ! mbedtls_ctr_drbg_seed returned %d\n",
|
||||||
ret );
|
ret );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user