diff options
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. */ |