freebsd-dev/sys/crypto/skein
Alan Somers 8254c3c5d3 Fix C++ includability of crypto headers with static array sizes
C99 allows array function parameters to use the static keyword for their
sizes. This tells the compiler that the parameter will have at least the
specified size, and calling code will fail to compile if that guarantee is
not met. However, this syntax is not legal in C++.

This commit reverts r300824, which worked around the problem for
sys/sys/md5.h only, and introduces a new macro: min_size(). min_size(x) can
be used in headers as a static array size, but will still compile in C++
mode.

Reviewed by:	cem, ed
MFC after:	4 weeks
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D8277
2016-10-18 23:20:49 +00:00
..
amd64 Fix typo in skein amd64 assembly 2016-09-08 02:38:55 +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 libmd: introduce functions that operate on an fd instead of filename 2016-10-17 13:47:22 +00:00
skein.c
skein.h