mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
7 lines
95 B
C
7 lines
95 B
C
#include <libcryptsetup.h>
|
|
|
|
const char *crypt_token_external_path(void)
|
|
{
|
|
return BUILD_DIR;
|
|
}
|