Skip to content

Commit

Permalink
Remove unneeded attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 11, 2024
1 parent 564dca6 commit e42ab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/softaes.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#endif

#ifdef FAVOR_PERFORMANCE
static const uint32_t LUT[1024] __attribute__((visibility("hidden"))) = {
static const uint32_t LUT[1024] = {
0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591,
0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56, 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec,
0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb,
Expand Down

0 comments on commit e42ab7a

Please sign in to comment.