passwordfile/util/openssl.h

16 lines
233 B
C
Raw Normal View History

2015-04-22 19:06:29 +02:00
#ifndef OPENSSL_H
#define OPENSSL_H
2016-08-29 15:42:07 +02:00
#include "../global.h"
2015-04-22 19:06:29 +02:00
namespace Util {
namespace OpenSsl {
2016-08-29 15:42:07 +02:00
void PASSWORD_FILE_EXPORT init();
void PASSWORD_FILE_EXPORT clean();
2018-03-20 20:11:31 +01:00
} // namespace OpenSsl
} // namespace Util
2015-04-22 19:06:29 +02:00
#endif // OPENSSL_H