aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13.h
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/g13.h
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 'g13/g13.h')
-rw-r--r--g13/g13.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/g13/g13.h b/g13/g13.h
index 0bfc42e9c..3c52b50f4 100644
--- a/g13/g13.h
+++ b/g13/g13.h
@@ -29,7 +29,6 @@
#include "../common/util.h"
#include "../common/status.h"
#include "../common/estream.h"
-#include "../common/audit.h"
#include "../common/session-env.h"
/* A large struct named "opt" to keep global flags. */
@@ -91,7 +90,6 @@ struct server_control_s
int status_fd; /* Only for non-server mode */
struct server_local_s *server_local;
- audit_ctx_t audit; /* NULL or a context for the audit subsystem. */
int agent_seen; /* Flag indicating that the gpg-agent has been
accessed. */