Files
cryptsetup/tests/fake_token_path.c

7 lines
95 B
C

#include <libcryptsetup.h>
const char *crypt_token_external_path(void)
{
return BUILD_DIR;
}