diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-10 22:46:07 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-11 11:42:42 -0600 |
commit | 081be6b5a44f6ff831fbd31c67a54dc7f96ce2f0 (patch) | |
tree | 7ae8ba6253c21b034dad0dfd429d95cc12309e6b /src/crypto/include/zinc/chacha20.h | |
parent | d46b623e2fdf38aa0304f1eaf01fbdbf1f313b2e (diff) |
crypto: do not use compound literals in selftests
gcc can't apply section attributes to compound literals, so we can't
mark the actual data as __initconst. We thus waste space instead, but
this shouldn't matter much, since it's cleared after init anyway, and
because this is only for debugging.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/include/zinc/chacha20.h')
0 files changed, 0 insertions, 0 deletions