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)
downloadopenssh-git-0dedb703adcd98d0dbc4479f5f312a2bd3df2850.tar.gz
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 a3502787..d8b301d9 100644
--- a/hash.c
+++ b/hash.c
@@ -6,6 +6,8 @@
* API compatible reimplementation of function from nacl
*/
+#include "includes.h"
+
#include "crypto_api.h"
#include <stdarg.h>