summaryrefslogtreecommitdiffstats
path: root/g13/sh-dmcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/sh-dmcrypt.c')
-rw-r--r--g13/sh-dmcrypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g13/sh-dmcrypt.c b/g13/sh-dmcrypt.c
index 49950fd2b..a9aed0cc6 100644
--- a/g13/sh-dmcrypt.c
+++ b/g13/sh-dmcrypt.c
@@ -34,6 +34,7 @@
#include <assuan.h>
#include "i18n.h"
#include "utils.h"
+#include "exectool.h"
#include "keyblob.h"
/* The standard disk block size (logical). */
@@ -104,7 +105,7 @@ check_blockdev (const char *devname)
argv[0] = "deps";
argv[1] = NULL;
- err = sh_exec_tool ("/sbin/dmsetup", argv, NULL, &result, NULL);
+ err = gnupg_exec_tool ("/sbin/dmsetup", argv, NULL, &result, NULL);
}
if (err)
{