summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-11-29 11:53:57 +1100
committerDamien Miller <djm@mindrot.org>2019-11-29 11:53:57 +1100
commit0dedb703adcd98d0dbc4479f5f312a2bd3df2850 (patch)
tree66cd469685980a5176c67e655d060dca3cb60aa4 /hash.c
parentef3853bb94c2c72e7eda0de6cec0bcb1da62058f (diff)
needs includes.h for WITH_OPENSSL
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 a35027870..d8b301d94 100644
--- a/hash.c
+++ b/hash.c
@@ -6,6 +6,8 @@
6 * API compatible reimplementation of function from nacl 6 * API compatible reimplementation of function from nacl
7 */ 7 */
8 8
9#include "includes.h"
10
9#include "crypto_api.h" 11#include "crypto_api.h"
10 12
11#include <stdarg.h> 13#include <stdarg.h>