Imported Upstream version 2.6.1
[platform/upstream/cryptsetup.git] / tests / fake_token_path.c
1 #include <libcryptsetup.h>
2
3 const char *crypt_token_external_path(void)
4 {
5         return BUILD_DIR;
6 }