summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index bc87808a3..21f464e67 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,7 @@
1/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */ 1/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */
2 2
3#include "includes.h"
4
3#include "crypto_api.h" 5#include "crypto_api.h"
4 6
5#include <stdarg.h> 7#include <stdarg.h>