Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::ssl_bignum Struct Reference

#include <openssl.hpp>

Inheritance diagram for fc::ssl_bignum:
Collaboration diagram for fc::ssl_bignum:

Public Member Functions

 ssl_bignum ()
 
 ~ssl_bignum ()
 
- Public Member Functions inherited from fc::ssl_wrapper< BIGNUM >
 ssl_wrapper (BIGNUM *obj)
 
 operator BIGNUM * ()
 
 operator const BIGNUM * () const
 
BIGNUMoperator-> ()
 
const BIGNUMoperator-> () const
 

Additional Inherited Members

- Public Attributes inherited from fc::ssl_wrapper< BIGNUM >
BIGNUMobj
 

Detailed Description

allocates a bignum by default..

Definition at line 54 of file openssl.hpp.

Constructor & Destructor Documentation

◆ ssl_bignum()

fc::ssl_bignum::ssl_bignum ( )
inline

Definition at line 56 of file openssl.hpp.

56: ssl_wrapper(BN_new()) {}
ssl_wrapper(BIGNUM *obj)
Definition openssl.hpp:24

◆ ~ssl_bignum()

fc::ssl_bignum::~ssl_bignum ( )
inline

Definition at line 57 of file openssl.hpp.

57{ BN_free(obj); }

The documentation for this struct was generated from the following file: