mirror of
https://github.com/monero-project/monero.git
synced 2025-09-21 02:24:40 -04:00
Merge pull request #5996
23ba69e
epee: fix SSL server handshake, run_one() can block, use poll_one() (xiphon)
This commit is contained in:
commit
6b58d6248a
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