From 8bc29e04b10095943e0c1425cb31df73930d567d Mon Sep 17 00:00:00 2001 From: Manuel Domke Date: Sat, 21 Apr 2018 17:22:37 +0200 Subject: [PATCH] update writeentropy.c --- software/writeentropy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/software/writeentropy.c b/software/writeentropy.c index 05d58d2..33c832a 100644 --- a/software/writeentropy.c +++ b/software/writeentropy.c @@ -43,6 +43,7 @@ static uint32_t readNumberFromFile(char *fileName) { void inmWriteEntropyStart(uint32_t bufLen, bool debug) { inmBufLen = bufLen; inmDebug = debug; + //inmDevRandomFD = open("/dev/random", O_WRONLY); inmDevRandomFD = open("/dev/random", O_RDWR); if(inmDevRandomFD < 0) {