freebsd-dev/sys/crypto/skein
Alex Richardson 7de010f2ee Allow assembling skein_block_asm.s with clang
GNU as seems to allow macro arguments without the '\' but clang is more
strict in that regard.
This change makes the source code compatible with LLVM's but does not yet
change the build system or rename it to .S.

The new code assembles identically with GNU as 2.17.50.

Reviewed By:	emaste
Differential Revision: https://reviews.freebsd.org/D25143
2020-06-05 13:54:13 +00:00
..
amd64 Allow assembling skein_block_asm.s with clang 2020-06-05 13:54:13 +00:00
skein_block.c
skein_debug.c
skein_debug.h
skein_freebsd.h Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00
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