| |
| |
| #if HAVE_LIBCRYPTSETUP |
| #include <libcryptsetup.h> |
| |
| #include "macro.h" |
| |
| |
| #ifndef CRYPT_LUKS |
| #define CRYPT_LUKS NULL |
| #endif |
| |
| DEFINE_TRIVIAL_CLEANUP_FUNC(struct crypt_device *, crypt_free); |
| |
| void cryptsetup_log_glue(int level, const char *msg, void *usrptr); |
| #endif |