From 7246dc4381c6c95454672a5c1aff65a02d6d3747 Mon Sep 17 00:00:00 2001 From: Laslo Hunhold Date: Sun, 24 Sep 2017 15:33:01 +0200 Subject: Move components into dedicated subdirectory This brings us a lot more tidiness. --- entropy.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 entropy.c (limited to 'entropy.c') diff --git a/entropy.c b/entropy.c deleted file mode 100644 index 211022a..0000000 --- a/entropy.c +++ /dev/null @@ -1,13 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include - -#include "util.h" - -const char * -entropy(void) -{ - int num; - - return (pscanf("/proc/sys/kernel/random/entropy_avail", "%d", &num) == 1) ? - bprintf("%d", num) : NULL; -} -- cgit v1.2.3