mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Fix aead driver code (remove redundant brace)
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
65caa16973
commit
9030a25214
@ -73,7 +73,6 @@ psa_status_t mbedtls_test_transparent_aead_encrypt(
|
|||||||
additional_data, additional_data_length,
|
additional_data, additional_data_length,
|
||||||
plaintext, plaintext_length,
|
plaintext, plaintext_length,
|
||||||
ciphertext, ciphertext_size, ciphertext_length );
|
ciphertext, ciphertext_size, ciphertext_length );
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
(void) attributes;
|
(void) attributes;
|
||||||
(void) key_buffer;
|
(void) key_buffer;
|
||||||
@ -132,7 +131,6 @@ psa_status_t mbedtls_test_transparent_aead_decrypt(
|
|||||||
additional_data, additional_data_length,
|
additional_data, additional_data_length,
|
||||||
ciphertext, ciphertext_length,
|
ciphertext, ciphertext_length,
|
||||||
plaintext, plaintext_size, plaintext_length );
|
plaintext, plaintext_size, plaintext_length );
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
(void) attributes;
|
(void) attributes;
|
||||||
(void) key_buffer;
|
(void) key_buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user