passwordfile/util/openssl.h

16 lines
271 B
C
Raw Normal View History

#ifndef PASSWORD_FILE_UTIL_OPENSSL_H
2015-04-22 19:06:29 +02:00
#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 // PASSWORD_FILE_UTIL_OPENSSL_H