mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
committed by
Tom Cosgrove
parent
563c492bf6
commit
de34578353
@@ -754,8 +754,7 @@ int mbedtls_gcm_self_test(int verbose)
|
||||
int i, j, ret;
|
||||
mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES;
|
||||
|
||||
if (verbose != 0)
|
||||
{
|
||||
if (verbose != 0) {
|
||||
#if defined(MBEDTLS_GCM_ALT)
|
||||
mbedtls_printf(" GCM note: alternative implementation.\n");
|
||||
#else /* MBEDTLS_GCM_ALT */
|
||||
|
||||
Reference in New Issue
Block a user