summaryrefslogtreecommitdiffstats
path: root/src/havegecmd.h
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2024-10-01 04:18:11 +0200
committerJirka Hladky <jhladky@redhat.com>2024-10-01 04:18:11 +0200
commitdeff543423c05c7f7e06b119f04b0c64c0238782 (patch)
treedeb40f9a2b8799af412078451b0558eeeeb4be96 /src/havegecmd.h
parentMerge branch 'master' of github.com:jirka-h/haveged (diff)
downloadhaveged-deff543423c05c7f7e06b119f04b0c64c0238782.tar.xz
haveged-deff543423c05c7f7e06b119f04b0c64c0238782.zip
Added --time_interval N to add entropy unconditionally every N seconds
Diffstat (limited to 'src/havegecmd.h')
-rw-r--r--src/havegecmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/havegecmd.h b/src/havegecmd.h
index 2f6fa96..5394147 100644
--- a/src/havegecmd.h
+++ b/src/havegecmd.h
@@ -40,7 +40,7 @@ extern "C" {
#define ASCII_ACK "\x6" /* ASCII acknowledge */
#define ASCII_NAK "\x15" /* ASCII negative acknowledge */
#define ASCII_STX "\x2" /* ASCII start of text */
-
+
#ifndef SOCK_CLOEXEC
#define SOCK_CLOEXEC 0
#endif