commit | de3de773e6949dd97f9c45f43e7a4667addb9f89 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Sat Jun 24 12:51:06 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Sat Jun 24 12:59:31 2023 +0100 |
tree | c8962f85a53904fe3114322b77c68e4a84c5c32f | |
parent | 0ffb68ee3fd4fa65b60186c1d4a3fd36f1087a12 [diff] [blame] |
Use look-up table for base Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/cipher_wrap.h b/library/cipher_wrap.h index 052cddb..06c8108 100644 --- a/library/cipher_wrap.h +++ b/library/cipher_wrap.h
@@ -135,6 +135,8 @@ extern int mbedtls_cipher_supported[]; +extern const mbedtls_cipher_base_t * mbedtls_cipher_base_lookup_table[]; + #ifdef __cplusplus } #endif