mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
adjust indentation
Signed-off-by: PiotrBzdrega <piotrbzdrega@yandex.com>
This commit is contained in:
parent
2b20ff62fc
commit
f6a9cfa5d2
@ -248,7 +248,8 @@ int main(int argc, char *argv[])
|
||||
mbedtls_mpi_init(&D); mbedtls_mpi_init(&E); mbedtls_mpi_init(&DP);
|
||||
mbedtls_mpi_init(&DQ); mbedtls_mpi_init(&QP);
|
||||
#endif /* MBEDTLS_RSA_C */
|
||||
mbedtls_entropy_init(&entropy);
|
||||
|
||||
mbedtls_entropy_init(&entropy);
|
||||
mbedtls_pk_init(&key);
|
||||
mbedtls_ctr_drbg_init(&ctr_drbg);
|
||||
memset(buf, 0, sizeof(buf));
|
||||
|
Loading…
Reference in New Issue
Block a user