[openssh-commits] [openssh] 02/05: repair !WITH_OPENSSL build
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jul 13 11:41:47 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit eef1447ddb559c03725a23d4aa6d03f40e8b0049
Author: Damien Miller <djm at mindrot.org>
Date: Thu Jul 12 14:49:26 2018 +1000
repair !WITH_OPENSSL build
---
kex.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kex.h b/kex.h
index 56a85fd1..593de120 100644
--- a/kex.h
+++ b/kex.h
@@ -41,6 +41,8 @@
# define EC_POINT void
# endif /* OPENSSL_HAS_ECC */
#else /* WITH_OPENSSL */
+# define DH void
+# define BIGNUM void
# define EC_KEY void
# define EC_GROUP void
# define EC_POINT void
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list