1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Minor improvements to DHM module

This commit is contained in:
Hanno Becker
2018-12-17 09:34:36 +00:00
parent 8c8a93c574
commit adc9b178ca
2 changed files with 18 additions and 18 deletions

View File

@ -108,7 +108,6 @@ static int dhm_check_range( const mbedtls_mpi *param, const mbedtls_mpi *P )
mbedtls_mpi L, U;
int ret = 0;
mbedtls_mpi_init( &L ); mbedtls_mpi_init( &U );
MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &L, 2 ) );