OSX build fails for implicit getentropy() declaration
OSX build on CI fails. Apparently configure check for HAVE_GETENTROPY has succeeded, but when the related code is then compiled, it errors because of implicit declaration of getentropy().
Will push as soon as possible.
OSX build on CI fails. Apparently configure check for HAVE_GETENTROPY has succeeded, but when the related code is then compiled, it errors because of implicit declaration of getentropy().