Building LibreSSL for use in a C++ project

549 Views Asked by At

I am trying to write a C++ project using libressl. I have built the package and followed the instructions here however I have been unable to locate the header files (or any files from the make install actually) for the project.

I am fairly new to C++ development and I am not a professional programmer so there is a good chance I am doing this completely wrong. Is it even possible to use LibreSSL as a C++ library and if so what steps would I need to take to do so?

0

There are 0 best solutions below