Passwordfile library  3.1.2
C++ library to read/write passwords from/to encrypted files
Functions
Util::OpenSsl Namespace Reference

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...
 

Detailed Description

Contains functions utilizing the usage of OpenSSL.

Function Documentation

void Util::OpenSsl::clean ( )

Cleans resources of OpenSSL.

Definition at line 33 of file openssl.cpp.

void Util::OpenSsl::init ( )

Initializes OpenSSL.

Definition at line 20 of file openssl.cpp.