Passwordfile library
3.1.4
C++ library to read/write passwords from/to encrypted files
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
#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:31
Util
Contains utility classes and functions.
Definition:
openssl.h:6
PASSWORD_FILE_EXPORT
#define PASSWORD_FILE_EXPORT
Marks the symbol to be exported by the passwordfile library.
Generated on Wed May 31 2017 11:02:05 for Passwordfile library by
1.8.13