[openssh-commits] [openssh] 02/02: needs includes.h for WITH_OPENSSL

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 29 11:54:19 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 0dedb703adcd98d0dbc4479f5f312a2bd3df2850
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Nov 29 11:53:57 2019 +1100

    needs includes.h for WITH_OPENSSL
---
 hash.c | 2 ++
 1 file changed, 2 insertions(+)

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>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list