mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Removed audit.h cruft which forced us to link against libksba.
There is no need for an audit file.
This commit is contained in:
parent
de563fdeb5
commit
d839e154d3
6 changed files with 3 additions and 41 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue