summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-07-12 14:49:26 +1000
committerDamien Miller <djm@mindrot.org>2018-07-13 11:41:33 +1000
commiteef1447ddb559c03725a23d4aa6d03f40e8b0049 (patch)
treea92c909437bd2bf07b8c45add4097ca3d0ba895f /kex.h
parent4d3b2f36fd831941d1627ac587faae37b6d3570f (diff)
downloadopenssh-git-eef1447ddb559c03725a23d4aa6d03f40e8b0049.tar.gz
repair !WITH_OPENSSL build
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h2
1 files changed, 2 insertions, 0 deletions
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