Correct style.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-02-08 12:52:18 +01:00
parent aa426e023c
commit b3b220cbf8
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3
3 changed files with 57 additions and 60 deletions

View file

@ -253,7 +253,7 @@ const selftest_t selftests[] =
{ "sha512", mbedtls_sha512_self_test },
#endif
#if defined(MBEDTLS_SHA3_C)
{"sha3", mbedtls_sha3_self_test},
{ "sha3", mbedtls_sha3_self_test },
#endif
#if defined(MBEDTLS_DES_C)
{ "des", mbedtls_des_self_test },