mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
aestst: Remove #if defined(STATIC_TABLES)
This looks like an upstream bug because aes_init() is a no-op when STATIC_TABLES is defined.
This commit is contained in:
parent
90d84ea173
commit
ae126e5ae8
@ -117,9 +117,7 @@ int main(void)
|
|||||||
f_ectx alge[1];
|
f_ectx alge[1];
|
||||||
f_dctx algd[1];
|
f_dctx algd[1];
|
||||||
|
|
||||||
#if defined(STATIC_TABLES)
|
|
||||||
aes_init();
|
aes_init();
|
||||||
#endif
|
|
||||||
|
|
||||||
message("\nRun tests for the AES algorithm");
|
message("\nRun tests for the AES algorithm");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user