mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-24 20:19:52 +00:00
Fix typo after rebase
This commit is contained in:
+1
-1
@@ -2091,7 +2091,7 @@ int mbedtls_mpi_fill_random( mbedtls_mpi *X, size_t size,
|
||||
void *p_rng )
|
||||
{
|
||||
int ret;
|
||||
size_t const limbs CHARS_TO_LIMBS( size );
|
||||
size_t const limbs = CHARS_TO_LIMBS( size );
|
||||
size_t const overhead = ( limbs * ciL ) - size;
|
||||
unsigned char *Xp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user