mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Fix indentation.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
229f540c48
commit
ccbbb797f0
1 changed files with 3 additions and 3 deletions
|
|
@ -72,13 +72,13 @@ int cipher_hash_test(void)
|
|||
#endif
|
||||
}
|
||||
#if defined(LTC_SHA256)
|
||||
DO(sha256_c_test());
|
||||
DO(sha256_c_test());
|
||||
#endif
|
||||
#if defined(LTC_SHA224)
|
||||
DO(sha224_c_test());
|
||||
DO(sha224_c_test());
|
||||
#endif
|
||||
#if defined(LTC_SHA1)
|
||||
DO(sha1_c_test());
|
||||
DO(sha1_c_test());
|
||||
#endif
|
||||
#ifdef LTC_SHA3
|
||||
/* SHAKE128 + SHAKE256 tests are a bit special */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue