[openssh-commits] [openssh] 02/02: missing openssl/dh.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 15 20:07:42 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit bd5f2b78b69cf38d6049a0de445a79c8595e4a1f
Author: Damien Miller <djm at mindrot.org>
Date: Fri Jul 15 19:14:48 2016 +1000
missing openssl/dh.h
---
kex.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kex.c b/kex.c
index 430cd88..50c7a0f 100644
--- a/kex.c
+++ b/kex.c
@@ -35,6 +35,7 @@
#ifdef WITH_OPENSSL
#include <openssl/crypto.h>
+#include <openssl/dh.h>
#endif
#include "ssh2.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list