warn about urandom

This commit is contained in:
Jōshin 2018-12-27 12:05:15 -08:00
parent ff8fa84e28
commit 97b072ef6d

2
ent.c
View File

@ -2,6 +2,8 @@
#if defined(ENT_URANDOM)
#warning "libent: using /dev/urandom..."
#include <assert.h>
#include <errno.h>
#include <unistd.h>