aboutsummaryrefslogtreecommitdiff
path: root/umac.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-02-14 21:04:52 +0000
committerEd Maste <emaste@FreeBSD.org>2021-02-14 21:04:52 +0000
commit82e5fdc50050d6dccf1f547818312aebd3b6626e (patch)
treeb461b67d9d667b0417001eb929b26fa3b198d93f /umac.c
parent0194e6d04277a638afac6c4a664d3bc6a0d944eb (diff)
downloadsrc-82e5fdc50050d6dccf1f547818312aebd3b6626e.tar.gz
src-82e5fdc50050d6dccf1f547818312aebd3b6626e.zip
Vendor import of OpenSSH 8.2p1vendor/openssh/8.2p1
Diffstat (limited to 'umac.c')
-rw-r--r--umac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/umac.c b/umac.c
index ccae39f30940..2a6b6ae6b48f 100644
--- a/umac.c
+++ b/umac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umac.c,v 1.17 2018/04/10 00:10:49 djm Exp $ */
+/* $OpenBSD: umac.c,v 1.18 2019/11/13 04:47:52 deraadt Exp $ */
/* -----------------------------------------------------------------------
*
* umac.c -- C Implementation UMAC Message Authentication
@@ -74,6 +74,7 @@
#include "includes.h"
#include <sys/types.h>
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>