]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
needs includes.h for WITH_OPENSSL
authorDamien Miller <djm@mindrot.org>
Fri, 29 Nov 2019 00:53:57 +0000 (11:53 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 29 Nov 2019 00:53:57 +0000 (11:53 +1100)
hash.c

diff --git a/hash.c b/hash.c
index a35027870b16e6120ab6171e5c92006ead4ff86c..d8b301d9448155008a67a258af11fdd40f853efd 100644 (file)
--- 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>