Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 218 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 218 Bytes

Libsslpp

High level bindings to OpenSSL/LibreSSL

This currently builds only with Clang 18.1.2 which seems to have great C++ modules support paired with CMake.

mkdir build
cd build
cmake -GNinja ..
ninja