diff options
author | Werner Koch <wk@gnupg.org> | 2009-10-17 21:15:15 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-10-17 21:15:15 +0200 |
commit | d839e154d3a82f6f69d72ec909a89e9bc7648619 (patch) | |
tree | 9fe62dbc690e818c296a76b32778c4c54f10c222 /g13/g13.h | |
parent | 2009-10-16 Marcus Brinkmann <marcus@g10code.com> (diff) | |
download | gnupg2-d839e154d3a82f6f69d72ec909a89e9bc7648619.tar.xz gnupg2-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |