Passwordfile library
3.1.2
C++ library to read/write passwords from/to encrypted files
Main Page
Namespaces
Classes
Files
File List
File Members
util
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
10
void
PASSWORD_FILE_EXPORT
init
();
11
void
PASSWORD_FILE_EXPORT
clean
();
12
13
}
14
15
}
16
17
#endif // OPENSSL_H
Util::OpenSsl::init
void PASSWORD_FILE_EXPORT init()
Initializes OpenSSL.
Definition:
openssl.cpp:20
Util::OpenSsl::clean
void PASSWORD_FILE_EXPORT clean()
Cleans resources of OpenSSL.
Definition:
openssl.cpp:33
Util
Contains utility classes and functions.
Definition:
openssl.h:6
PASSWORD_FILE_EXPORT
#define PASSWORD_FILE_EXPORT
Definition:
global.h:13
Generated on Sun Sep 11 2016 23:35:47 for Passwordfile library by
1.8.11