diff options
author | Werner Koch <wk@gnupg.org> | 2015-12-14 10:16:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-02-13 17:06:39 +0100 |
commit | c5d7045dafcfb569c11c90c04ea7a75328c80084 (patch) | |
tree | 6bc883c16dc1a34d7a0aca00f4f31b835961d3b9 /g13/g13-syshelp.h | |
parent | common: Make gnupg_exec_tool conform to spec. (diff) | |
download | gnupg2-c5d7045dafcfb569c11c90c04ea7a75328c80084.tar.xz gnupg2-c5d7045dafcfb569c11c90c04ea7a75328c80084.zip |
g13: Switch over to common/exectool.c.
* g13/sh-exectool.c: Remove. It has been replaced by common/exectool.c.
* g13/Makefile.am (g13_syshelp_SOURCES): Remove sh-exectool.c
* g13/sh-blockdev.c: Include exectool.h. Change sh_exec_tool to
gnupg_exec-tool.
* g13/sh-dmcrypt.c: Ditto.
--
With commit 2ae07f826aa551db8adf714158fce962790a6b54 the exectool code
was moved from a g13 feature branch to common/ so that it could be
used by gpgtar. With this patch we finally remove the original code
and use the one in common/.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g13/g13-syshelp.h')
-rw-r--r-- | g13/g13-syshelp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/g13/g13-syshelp.h b/g13/g13-syshelp.h index 205488257..5a2055eb1 100644 --- a/g13/g13-syshelp.h +++ b/g13/g13-syshelp.h @@ -76,11 +76,6 @@ gpg_error_t sh_encrypt_keyblob (ctrl_t ctrl, const void *keyblob, size_t keybloblen, char **r_enckeyblob, size_t *r_enckeybloblen); -/*-- sh-exectool.c --*/ -gpg_error_t sh_exec_tool (const char *pgmname, const char *argv[], - const char *input_string, - char **result, size_t *resultlen); - /*-- sh-blockdev.c --*/ gpg_error_t sh_blockdev_getsz (const char *name, unsigned long long *r_nblocks); gpg_error_t sh_is_empty_partition (const char *name); |