Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #21796

Closed (moved)
(moved)
Open
Created Mar 21, 2017 by cypherpunks@cypherpunks

missing evutil_secure_rng_add_bytes()

CC src/common/compat_libevent.o src/common/compat_libevent.c:234:3: error: implicit declaration of function 'evutil_secure_rng_add_bytes' is invalid in C99 [-Werror,-Wimplicit-function-declaration] evutil_secure_rng_add_bytes(buf, 32); ^ src/common/compat_libevent.c:234:3: note: did you mean 'evutil_secure_rng_get_bytes'? /tmp/include/event2/util.h:808:6: note: 'evutil_secure_rng_get_bytes' declared here void evutil_secure_rng_get_bytes(void *buf, size_t n); ^ src/common/compat_libevent.c:234:3: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] evutil_secure_rng_add_bytes(buf, 32); ^ 2 errors generated. Makefile:4834: recipe for target 'src/common/compat_libevent.o' failed

as of libevent git commit 6541168d7037457b8e5c51cc354f11bd94e618b6, the function evutil_secure_rng_add_bytes() is only exposed for platforms with arc4random_addrandom().

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking