diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 08:06:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 08:06:26 +0000 |
commit | 1660d4b7a65d9ad2ce0deaa19d35579ca4084ac5 (patch) | |
tree | 6cf8220b628ebd2ccfc1375dd6516c6996e9abcc /tests/fake_token_path.c | |
parent | Initial commit. (diff) | |
download | cryptsetup-upstream.tar.xz cryptsetup-upstream.zip |
Adding upstream version 2:2.6.1.upstream/2%2.6.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/fake_token_path.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fake_token_path.c b/tests/fake_token_path.c new file mode 100644 index 0000000..7b2bad3 --- /dev/null +++ b/tests/fake_token_path.c @@ -0,0 +1,6 @@ +#include <libcryptsetup.h> + +const char *crypt_token_external_path(void) +{ + return BUILD_DIR; +} |