mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 12:44:58 -04:00
Upgrade unbound library
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
This commit is contained in:
parent
e3da0ca828
commit
a85b5759f3
241 changed files with 33336 additions and 12049 deletions
2
external/unbound/util/mini_event.c
vendored
2
external/unbound/util/mini_event.c
vendored
|
@ -147,7 +147,7 @@ static void handle_timeouts(struct event_base* base, struct timeval* now,
|
|||
wait->tv_sec = (time_t)-1;
|
||||
#endif
|
||||
|
||||
while((rbnode_t*)(p = (struct event*)rbtree_first(base->times))
|
||||
while((rbnode_type*)(p = (struct event*)rbtree_first(base->times))
|
||||
!=RBTREE_NULL) {
|
||||
#ifndef S_SPLINT_S
|
||||
if(p->ev_timeout.tv_sec > now->tv_sec ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue