diff options
Diffstat (limited to 'modules/es_ftw/modinfo.txt')
-rw-r--r-- | modules/es_ftw/modinfo.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/es_ftw/modinfo.txt b/modules/es_ftw/modinfo.txt new file mode 100644 index 000000000..d68ac7ac9 --- /dev/null +++ b/modules/es_ftw/modinfo.txt @@ -0,0 +1,24 @@ +realname "File Tree Walking Entropy Source" + +define ENTROPY_SRC_FTW + +add_file es_ftw.h +add_file es_ftw.cpp + +<os> +aix +cygwin +darwin +freebsd +hpux +irix +linux +openbsd +qnx +solaris +tru64 + +# Doesn't build on 2.0.2/x86 due to libc/libstdc++ header issues; no +# big deal since it has /dev/*random +#netbsd +</os> |