mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
This commit is contained in:
parent
097c7bb05b
commit
c0696c216b
17 changed files with 59 additions and 59 deletions
|
|
@ -120,7 +120,7 @@ int main( int argc, char *argv[] )
|
|||
goto exit;
|
||||
}
|
||||
|
||||
rsa.len = ( mbedtls_mpi_msb( &rsa.N ) + 7 ) >> 3;
|
||||
rsa.len = ( mbedtls_mpi_bitlen( &rsa.N ) + 7 ) >> 3;
|
||||
|
||||
fclose( f );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue