passwordfile/util/openssl.h

16 lines
194 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();
2015-04-22 19:06:29 +02:00
}
}
#endif // OPENSSL_H