summaryrefslogtreecommitdiffstats
path: root/tests/fake_token_path.c
blob: 7b2bad3cbeed9a702addffcffa63022b107b79b0 (plain)
1
2
3
4
5
6
#include <libcryptsetup.h>

const char *crypt_token_external_path(void)
{
	return BUILD_DIR;
}