1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

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
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 },