mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-13 02:14:40 +08:00
Fix code style
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
215517667f
commit
0cd9ab7107
@ -845,8 +845,7 @@ int mbedtls_gcm_self_test(int verbose)
|
|||||||
mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES;
|
mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES;
|
||||||
size_t olen;
|
size_t olen;
|
||||||
|
|
||||||
if (verbose != 0)
|
if (verbose != 0) {
|
||||||
{
|
|
||||||
#if defined(MBEDTLS_GCM_ALT)
|
#if defined(MBEDTLS_GCM_ALT)
|
||||||
mbedtls_printf(" GCM note: alternative implementation.\n");
|
mbedtls_printf(" GCM note: alternative implementation.\n");
|
||||||
#else /* MBEDTLS_GCM_ALT */
|
#else /* MBEDTLS_GCM_ALT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user