55d07e70dc
The original author clarified the license, so we are fine to ship with the PID wraparound test. Run it by default if libressl is using the native arc4random supplied from the OS. ok deraadt@
13 lines
223 B
Smarty
13 lines
223 B
Smarty
include $(top_srcdir)/Makefile.am.common
|
|
|
|
AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
|
|
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
|
|
|
|
TESTS =
|
|
check_PROGRAMS =
|
|
EXTRA_DIST =
|
|
|
|
if !NO_ARC4RANDOM_BUF
|
|
TESTS += pidwraptest.sh
|
|
endif
|