summaryrefslogtreecommitdiff
path: root/audit.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-20 14:55:27 +1100
committerDamien Miller <djm@mindrot.org>2019-01-20 14:55:27 +1100
commit9b655dc9c9a353f0a527f0c6c43a5e35653c9503 (patch)
tree78b3512ffa1a9e5b8d954aca6fb45a0a3045504b /audit.c
parent3f0786bbe73609ac96e5a0d91425ee21129f8e04 (diff)
downloadopenssh-git-9b655dc9c9a353f0a527f0c6c43a5e35653c9503.tar.gz
last bits of old packet API / active_state global
Diffstat (limited to 'audit.c')
-rw-r--r--audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audit.c b/audit.c
index 33a04376..dd2f0355 100644
--- a/audit.c
+++ b/audit.c
@@ -131,7 +131,7 @@ audit_connection_from(const char *host, int port)
* events and what they mean).
*/
void
-audit_event(ssh_audit_event_t event)
+audit_event(struct ssh *ssh, ssh_audit_event_t event)
{
debug("audit event euid %d user %s event %d (%s)", geteuid(),
audit_username(), event, audit_event_lookup(event));