commit | 3b46b77cf16415f8d377ca1819581fea21f8fde3 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Sat Jun 24 13:25:06 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Sat Jun 24 13:37:28 2023 +0100 |
tree | a72411b8e47905592173c29d3b4544012a1de461 | |
parent | de3de773e6949dd97f9c45f43e7a4667addb9f89 [diff] [blame] |
code style Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/cipher_wrap.h b/library/cipher_wrap.h index 06c8108..c85a4ef 100644 --- a/library/cipher_wrap.h +++ b/library/cipher_wrap.h
@@ -135,7 +135,7 @@ extern int mbedtls_cipher_supported[]; -extern const mbedtls_cipher_base_t * mbedtls_cipher_base_lookup_table[]; +extern const mbedtls_cipher_base_t *mbedtls_cipher_base_lookup_table[]; #ifdef __cplusplus }