1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If

USE_EXEC_PATH is defined at compile time, use it to lock the exec-path and
not allow the user to change it.
This commit is contained in:
David Shaw 2002-07-03 04:01:21 +00:00
parent c6feade425
commit bccb780228
4 changed files with 30 additions and 9 deletions

View file

@ -18,5 +18,6 @@ int exec_write(struct exec_info **info,const char *program,
const char *args_in,const char *name,int writeonly,int binary);
int exec_read(struct exec_info *info);
int exec_finish(struct exec_info *info);
int set_exec_path(const char *path);
#endif /* !_EXEC_H_ */