aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/random_buf_early.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-06-08 17:33:25 +0000
committerLaurent Bercot <ska@appnovation.com>2022-06-08 17:33:25 +0000
commit8ed4778c0eb0515d2b45a5add017bb96106ee543 (patch)
tree2e9e114b9bb9310318664974e6f05d0e18961862 /src/librandom/random_buf_early.c
parentc4e81d83b248aa356849fc6a31920c177b5df999 (diff)
downloadskalibs-8ed4778c0eb0515d2b45a5add017bb96106ee543.tar.gz
Export random_devurandom, fix APIs
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/librandom/random_buf_early.c')
-rw-r--r--src/librandom/random_buf_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librandom/random_buf_early.c b/src/librandom/random_buf_early.c
index a306239..a7a244d 100644
--- a/src/librandom/random_buf_early.c
+++ b/src/librandom/random_buf_early.c
@@ -34,7 +34,7 @@ void random_buf_early (char *s, size_t n)
#elif defined(SKALIBS_HASDEVURANDOM)
-#include "random-internal.h"
+#include <skalibs/random.h>
void random_buf_early (char *s, size_t n)
{