mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-13 03:22:25 +03:00
Merge pull request #486 from bmurray7/fix-indentation
fix indentation in output of selftest.c
This commit is contained in:
@@ -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 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user