#include <SSLIOP_SSL.h>
|
| ::SSL * | _duplicate (::SSL *st) |
| | Increase the reference count on the given OpenSSL structure.
|
| |
| ::SSL * | copy (::SSL const &st) |
| | Perform deep copy of the given OpenSSL structure.
|
| |
| static void | release (::SSL *st) |
| |
◆ _duplicate()
Increase the reference count on the given OpenSSL structure.
- Note
- This used to be in a function template but MSVC++ 6 can't handle function templates correctly so reproduce the code in each specialization. sigh
◆ copy()
Perform deep copy of the given OpenSSL structure.
◆ release()
Decrease the reference count on the given OpenSSL structure.
The documentation for this struct was generated from the following file: