Passwordfile library  3.1.4
C++ library to read/write passwords from/to encrypted files
openssl.h
Go to the documentation of this file.
1 #ifndef OPENSSL_H
2 #define OPENSSL_H
3 
4 #include "../global.h"
5 
6 namespace Util {
7 
8 namespace OpenSsl {
9 
12 }
13 }
14 
15 #endif // OPENSSL_H
void PASSWORD_FILE_EXPORT init()
Initializes OpenSSL.
Definition: openssl.cpp:20
void PASSWORD_FILE_EXPORT clean()
Cleans resources of OpenSSL.
Definition: openssl.cpp:31
Contains utility classes and functions.
Definition: openssl.h:6
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.