mirror of
https://github.com/monero-project/monero.git
synced 2025-06-07 10:42:41 -04:00
update unbound, fix unbound openssl issue on OS X
This commit is contained in:
parent
32a26332f8
commit
2d43ae8063
101 changed files with 4685 additions and 3057 deletions
3
external/unbound/compat/reallocarray.c
vendored
3
external/unbound/compat/reallocarray.c
vendored
|
@ -18,7 +18,10 @@
|
|||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue