mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 01:20:11 -04:00
epee: fix SSL server handshake, run_one() can block, use poll_one()
This commit is contained in:
parent
441ed9f2fe
commit
23ba69ec88
2 changed files with 11 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
#ifndef _NET_SSL_H
|
||||
#define _NET_SSL_H
|
||||
|
||||
#include <chrono>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue