 |
OpenVPN 3 Core Library
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#include <openssl/opensslv.h>
16#include <openssl/crypto.h>
23#if defined(USE_OPENSSL) && OPENSSL_VERSION_NUMBER >= 0x30000000L
24using Ctx = OSSL_LIB_CTX *;