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
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue