freebsd-dev/sys/crypto/skein
Adrian Chadd 58958a74f2 [skein] Fix compile issue with unknown symbol SKEIN_ASM_UNROLL1024
Weirdly, I needed to sprinkle more parens here to get gcc-as in 6.4
to correctly generate things.

Without them, I'd get an unknown variable reference to SKEIN_ASM_UNROLL1024.

This at least links now, but I haven't run any test cases against it.
It may be worthwhile doing it in case gcc-as demands we liberally sprinkle
more brackets around variables in .if statements.

Thanks to ed for the suggestion of just sprinkling more brackets to
see if that helped.

Reviewed by:	emaste
2020-10-14 20:55:31 +00:00
..
amd64 [skein] Fix compile issue with unknown symbol SKEIN_ASM_UNROLL1024 2020-10-14 20:55:31 +00:00
skein_block.c
skein_debug.c
skein_debug.h
skein_freebsd.h
skein_iv.h
skein_port.h
skein.c libmd: Always erase context in _Final method, and when doing 2018-07-20 07:01:28 +00:00
skein.h