blob: 73479d160afcad131a6b2d50c9323e16f3e1a092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_LTLIBRARIES = libarc4random.la
libarc4random_la_SOURCES = \
arc4random.c \
arc4random.h \
arc4random.hh \
arc4random_uniform.c \
bsd-getentropy.c \
chacha_private.h \
explicit_bzero.c \
includes.h \
log.h
|