aboutsummaryrefslogtreecommitdiffstats
path: root/g13/server.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/server.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 'g13/server.c')
-rw-r--r--g13/server.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/g13/server.c b/g13/server.c
index 900dbc909..585b9e7aa 100644
--- a/g13/server.c
+++ b/g13/server.c
@@ -167,12 +167,6 @@ option_handler (assuan_context_t ctx, const char *key, const char *value)
{
err = session_env_setenv (opt.session_env, "PINENTRY_USER_DATA", value);
}
- else if (!strcmp (key, "enable-audit-log"))
- {
- /* This is not yet used. */
- /* int i = *value? atoi (value) : 0; */
- /* ctrl->server_local->enable_audit_log = i; */
- }
else if (!strcmp (key, "allow-pinentry-notify"))
{
; /* We always allow it. */