#include <openssl/crypto.h>
Functions | |
CORBA-style Reference Count Manipulation Methods | |
These reference count manipulation methods are generally specific to OpenSSL structures. | |
template<typename T> | |
T * | TAO::SSLIOP::_duplicate (T *st) |
Increase the reference count on the given OpenSSL structure. | |
template<typename T> | |
T * | TAO::SSLIOP::copy (T const &st) |
Deep copy the given OpenSSL structure. | |
template<typename T> | |
void | TAO::SSLIOP::release (T *st) |
Decrease the reference count on the given OpenSSL structure. |