freebsd-dev/sys/crypto/skein
Ed Maste 16c0b6eef9 skein_block_asm.S: use #ifdef not .ifdef, for Clang IAS
Clang IAS does not support the --defsym argument, and

.ifndef SKEIN_USE_ASM

gets turned into

.ifndef 1792

by the preprocessor, which results in

error: expected identifier after '.ifdef'
.ifndef 1792
        ^

Use #ifdef instead, which still works with GNU as.

Reviewed by:	cem
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25154
2020-06-05 18:37:04 +00:00
..
amd64 skein_block_asm.S: use #ifdef not .ifdef, for Clang IAS 2020-06-05 18:37:04 +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