epee: fix SSL server handshake, run_one() can block, use poll_one()

This commit is contained in:
xiphon 2019-10-17 02:50:18 +00:00
parent 441ed9f2fe
commit 23ba69ec88
2 changed files with 11 additions and 2 deletions

View file

@ -29,6 +29,7 @@
#ifndef _NET_SSL_H
#define _NET_SSL_H
#include <chrono>
#include <stdint.h>
#include <string>
#include <vector>