mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Correct style.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
aa426e023c
commit
b3b220cbf8
3 changed files with 57 additions and 60 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue