summaryrefslogtreecommitdiff
path: root/umac.c
diff options
context:
space:
mode:
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 ccae39f30..2a6b6ae6b 100644
--- a/umac.c
+++ b/umac.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: umac.c,v 1.17 2018/04/10 00:10:49 djm Exp $ */ 1/* $OpenBSD: umac.c,v 1.18 2019/11/13 04:47:52 deraadt Exp $ */
2/* ----------------------------------------------------------------------- 2/* -----------------------------------------------------------------------
3 * 3 *
4 * umac.c -- C Implementation UMAC Message Authentication 4 * umac.c -- C Implementation UMAC Message Authentication
@@ -74,6 +74,7 @@
74#include "includes.h" 74#include "includes.h"
75#include <sys/types.h> 75#include <sys/types.h>
76#include <string.h> 76#include <string.h>
77#include <stdarg.h>
77#include <stdio.h> 78#include <stdio.h>
78#include <stdlib.h> 79#include <stdlib.h>
79#include <stddef.h> 80#include <stddef.h>