mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 16:38:36 -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
2
external/unbound/util/tube.h
vendored
2
external/unbound/util/tube.h
vendored
|
@ -83,7 +83,7 @@ struct tube {
|
|||
|
||||
/** background write queue, commpoint to write results back */
|
||||
struct comm_point* res_com;
|
||||
/** are we curently writing a result, 0 if not, else bytecount into
|
||||
/** are we currently writing a result, 0 if not, else bytecount into
|
||||
* the res_list first entry. */
|
||||
size_t res_write;
|
||||
/** list of outstanding results to be written back */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue