summaryrefslogtreecommitdiff
path: root/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac.c')
-rw-r--r--mac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mac.c b/mac.c
index 02bcc31ed..a59e7edf1 100644
--- a/mac.c
+++ b/mac.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mac.c,v 1.10 2006/03/30 09:58:15 djm Exp $ */ 1/* $OpenBSD: mac.c,v 1.11 2006/07/22 20:48:23 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -27,6 +27,8 @@
27 27
28#include <openssl/hmac.h> 28#include <openssl/hmac.h>
29 29
30#include <string.h>
31
30#include "xmalloc.h" 32#include "xmalloc.h"
31#include "log.h" 33#include "log.h"
32#include "cipher.h" 34#include "cipher.h"