commit | 8ac215e4823dde21c4cee66cafe9d31c8e55ac75 | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Fri Jul 26 14:20:53 2024 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Aug 06 15:20:07 2024 +0100 |
tree | f3022ec43b4fcc39419906b3a81635b59e6678fd | |
parent | ae5f8cc2537ec7330be7eea4b01448f7b4b7ee37 [diff] [blame] |
Correct code style Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/tf-psa-crypto/drivers/builtin/src/md5.c b/tf-psa-crypto/drivers/builtin/src/md5.c index 519be43..fd9a8e9 100644 --- a/tf-psa-crypto/drivers/builtin/src/md5.c +++ b/tf-psa-crypto/drivers/builtin/src/md5.c
@@ -59,7 +59,7 @@ } static int mbedtls_internal_md5_process(mbedtls_md5_context *ctx, - const unsigned char data[64]) + const unsigned char data[64]) { struct { uint32_t X[16], A, B, C, D;