aboutsummaryrefslogtreecommitdiffstats
path: root/g10/exec.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-07-30 16:48:21 +0000
committerDavid Shaw <[email protected]>2002-07-30 16:48:21 +0000
commit928dba9e708cf8955e32371b762fd47ea251ee3d (patch)
treecfd73a79b67490348d414c94781e44c6e6d8b836 /g10/exec.c
parent* README, configure.ac: --with-exec-path is now clarified into (diff)
downloadgnupg-928dba9e708cf8955e32371b762fd47ea251ee3d.tar.gz
gnupg-928dba9e708cf8955e32371b762fd47ea251ee3d.zip
* options.h, g10.c (main), mainproc.c (proc_encrypted): Return a
decryption failed error if a MDC does not verify. Warn if a MDC is not present (can disable via --no-mdc-warning). * exec.c (exec_write), g10.c (main), keyserver.c (keyserver_spawn): Use new DISABLE_KEYSERVER_PATH rather than FIXED_EXEC_PATH.
Diffstat (limited to 'g10/exec.c')
-rw-r--r--g10/exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/exec.c b/g10/exec.c
index 6b0a10cf1..a585fb7cb 100644
--- a/g10/exec.c
+++ b/g10/exec.c
@@ -330,10 +330,6 @@ int exec_write(struct exec_info **info,const char *program,
if(program==NULL && args_in==NULL)
BUG();
-#ifdef FIXED_EXEC_PATH
- set_exec_path(FIXED_EXEC_PATH,0);
-#endif
-
*info=m_alloc_clear(sizeof(struct exec_info));
if(name)