OpenVPN 3 Core Library
Loading...
Searching...
No Matches
dh-compat.hpp File Reference
#include <string>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/dh.h>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/openssl/util/error.hpp>
Include dependency graph for dh-compat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvpn::OpenSSLPKI::DH
 

Namespaces

namespace  openvpn
 
namespace  openvpn::OpenSSLPKI
 
namespace  openvpn::OpenSSLPKI::DH_private
 

Macros

#define CHECKED_PTR_OF(type, p)   ((char *)(1 ? p : (type *)0))
 

Functions

inline ::DH * openvpn::OpenSSLPKI::DH_private::dup (const ::DH *dh)
 

Macro Definition Documentation

◆ CHECKED_PTR_OF

#define CHECKED_PTR_OF (   type,
 
)    ((char *)(1 ? p : (type *)0))

Definition at line 29 of file dh-compat.hpp.