OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
ssl.hpp
Go to the documentation of this file.
1
#ifndef EAGINE_SSL_HPP
9
#define EAGINE_SSL_HPP
10
11
#if __has_include(<openssl/conf.h>) && __has_include(<openssl/evp.h>)
12
#include <openssl/bio.h>
13
#include <openssl/conf.h>
14
#include <openssl/engine.h>
15
#include <openssl/err.h>
16
#include <openssl/evp.h>
17
#include <openssl/pem.h>
18
#include <openssl/rand.h>
19
#include <openssl/safestack.h>
20
#endif
21
22
#endif // EAGINE_SSL_HPP
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).