1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +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:
Saleem Rashid 2017-08-14 13:18:22 +01:00 committed by Pavol Rusnak
parent 90d84ea173
commit ae126e5ae8

View File

@ -117,9 +117,7 @@ int main(void)
f_ectx alge[1];
f_dctx algd[1];
#if defined(STATIC_TABLES)
aes_init();
#endif
message("\nRun tests for the AES algorithm");