Passwordfile library  3.2.0
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

◆ clean()

void Util::OpenSsl::clean ( )

Cleans resources of OpenSSL.

Definition at line 31 of file openssl.cpp.

◆ init()

void Util::OpenSsl::init ( )

Initializes OpenSSL.

Definition at line 20 of file openssl.cpp.