commit | 26371e47939d02d5f1a5ad9012f49aff0c7f5bc4 | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Jun 08 16:45:41 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Jun 08 16:45:41 2021 +0200 |
tree | d27233c055ee0a959e15c944ac3007d21422208a | |
parent | 16fdab79a59c038f946a948b7c9f87dc0d4c46d5 [diff] [blame] |
Rename the _ret() functions Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/library/rsa.c b/library/rsa.c index 36424bd..b84e6a0 100644 --- a/library/rsa.c +++ b/library/rsa.c
@@ -2654,7 +2654,7 @@ if( verbose != 0 ) mbedtls_printf( " PKCS#1 data sign : " ); - if( mbedtls_sha1_ret( rsa_plaintext, PT_LEN, sha1sum ) != 0 ) + if( mbedtls_sha1( rsa_plaintext, PT_LEN, sha1sum ) != 0 ) { if( verbose != 0 ) mbedtls_printf( "failed\n" );