mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Adjust spacing in tests/suites function sources
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
committed by
Minos Galanakis
parent
b1e33fb707
commit
31b1cb8601
@ -45,8 +45,8 @@ typedef struct mbedtls_test_mpi_random {
|
||||
* the format that mbedtls_mpi_read_string understands and is chunk_len long.
|
||||
*/
|
||||
static int mbedtls_test_mpi_miller_rabin_determinizer(void *state,
|
||||
unsigned char *buf,
|
||||
size_t len)
|
||||
unsigned char *buf,
|
||||
size_t len)
|
||||
{
|
||||
mbedtls_test_mpi_random *random = (mbedtls_test_mpi_random *) state;
|
||||
|
||||
|
Reference in New Issue
Block a user