Entropy daemon ![Continuous Integration](https://github.com/jirka-h/haveged/workflows/Continuous%20Integration/badge.svg)
GNU General Public License v3.0
273
stars
34
forks
source link
Build failure with NO_COMMAND_MODE #60
Closed
nolange closed 3 years ago
v14 and the current master fail to build if
NO_COMMAND_MODE
is used.The declaration for
extern int first_byte
will be missing when compilinghaveged.c
. Fix this by wrapping the line in an assignment: