diff options
author | Jirka Hladky <jhladky@redhat.com> | 2024-10-01 04:18:11 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2024-10-01 04:18:11 +0200 |
commit | deff543423c05c7f7e06b119f04b0c64c0238782 (patch) | |
tree | deb40f9a2b8799af412078451b0558eeeeb4be96 /src/havegecmd.h | |
parent | Merge branch 'master' of github.com:jirka-h/haveged (diff) | |
download | haveged-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.h | 2 |
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 |