You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

  1. --- a/conserver/cutil.h
  2. +++ b/conserver/cutil.h
  3. @@ -7,6 +7,8 @@
  4. #include <stdarg.h>
  5. #if HAVE_OPENSSL
  6. # include <openssl/ssl.h>
  7. +# include <openssl/bn.h>
  8. +# include <openssl/dh.h>
  9. # include <openssl/err.h>
  10. # if OPENSSL_VERSION_NUMBER < 0x10100000L
  11. # define TLS_method SSLv23_method