Add SslContext abstraction

This commit is contained in:
Vinnie Falco
2013-08-07 22:41:59 -07:00
parent 64e7beb621
commit 748cc7773a
10 changed files with 155 additions and 117 deletions

View File

@@ -51,9 +51,9 @@ namespace beast
#include "sockets/beast_SocketBase.h"
#include "sockets/beast_Socket.h"
#include "sockets/beast_SocketInterface.h"
#include "sockets/beast_SocketWrapperBase.h"
#include "sockets/beast_SocketWrapper.h"
#include "sockets/beast_SharedSocket.h"
#include "sockets/beast_SslContext.h"
}