Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 277 Bytes

boost-asio-wolfssl

A WolfSSL wrapper for boost asio

Usage

Add include as include directory for your project and link against WolfSSL instead of OpenSSL.

Use the header:

#include <boost/asio/wolfssl.hpp>

Instead of:

#include <boost/asio/ssl.hpp>