Passwordfile library
3.1.4
C++ library to read/write passwords from/to encrypted files
|
Contains functions utilizing the usage of OpenSSL. More...
Functions | |
void PASSWORD_FILE_EXPORT | init () |
Initializes OpenSSL. More... | |
void PASSWORD_FILE_EXPORT | clean () |
Cleans resources of OpenSSL. More... | |
Contains functions utilizing the usage of OpenSSL.
void Util::OpenSsl::clean | ( | ) |
Cleans resources of OpenSSL.
Definition at line 31 of file openssl.cpp.
void Util::OpenSsl::init | ( | ) |
Initializes OpenSSL.
Definition at line 20 of file openssl.cpp.