repair !WITH_OPENSSL build

This commit is contained in:
Damien Miller 2018-07-12 14:49:26 +10:00
parent 4d3b2f36fd
commit eef1447ddb

2
kex.h
View File

@ -41,6 +41,8 @@
# define EC_POINT void # define EC_POINT void
# endif /* OPENSSL_HAS_ECC */ # endif /* OPENSSL_HAS_ECC */
#else /* WITH_OPENSSL */ #else /* WITH_OPENSSL */
# define DH void
# define BIGNUM void
# define EC_KEY void # define EC_KEY void
# define EC_GROUP void # define EC_GROUP void
# define EC_POINT void # define EC_POINT void