aboutsummaryrefslogtreecommitdiffstats
path: root/g13/call-gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-10-17 19:15:15 +0000
committerWerner Koch <[email protected]>2009-10-17 19:15:15 +0000
commitd839e154d3a82f6f69d72ec909a89e9bc7648619 (patch)
tree9fe62dbc690e818c296a76b32778c4c54f10c222 /g13/call-gpg.c
parent2009-10-16 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-d839e154d3a82f6f69d72ec909a89e9bc7648619.tar.gz
gnupg-d839e154d3a82f6f69d72ec909a89e9bc7648619.zip
Removed audit.h cruft which forced us to link against libksba.
There is no need for an audit file.
Diffstat (limited to '')
-rw-r--r--g13/call-gpg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/g13/call-gpg.c b/g13/call-gpg.c
index dd519021e..6e5c55f40 100644
--- a/g13/call-gpg.c
+++ b/g13/call-gpg.c
@@ -100,12 +100,6 @@ start_gpg (ctrl_t ctrl, int input_fd, int output_fd, assuan_context_t *r_ctx)
/* Connect to GPG and perform initial handshaking. */
err = assuan_pipe_connect (ctx, opt.gpg_program, argv, no_close_list);
-
- /* if (!err) */
- /* err = assuan_transact (ctx, "OPTION audit-events=1", */
- /* NULL, NULL, NULL, NULL, NULL, NULL); */
- /* audit_log_ok (ctrl->audit, AUDIT_GPG_READY, err); */
-
if (err)
{
assuan_release (ctx);