Merge pull request #5996

23ba69e epee: fix SSL server handshake, run_one() can block, use poll_one() (xiphon)
This commit is contained in:
luigi1111 2019-10-22 10:26:31 -05:00
commit 6b58d6248a
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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>