Merge pull request #486 from bmurray7/fix-indentation
fix indentation in output of selftest.c
This commit is contained in:
commit
d5bc3ebe29
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ int mbedtls_rsa_self_test( int verbose )
|
||||||
|
|
||||||
#if defined(MBEDTLS_SHA1_C)
|
#if defined(MBEDTLS_SHA1_C)
|
||||||
if( verbose != 0 )
|
if( verbose != 0 )
|
||||||
mbedtls_printf( "PKCS#1 data sign : " );
|
mbedtls_printf( " PKCS#1 data sign : " );
|
||||||
|
|
||||||
mbedtls_sha1( rsa_plaintext, PT_LEN, sha1sum );
|
mbedtls_sha1( rsa_plaintext, PT_LEN, sha1sum );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue