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.

13 lines
323 B

  1. diff --git a/xio-openssl.c b/xio-openssl.c
  2. index e931983..84ec100 100644
  3. --- a/xio-openssl.c
  4. +++ b/xio-openssl.c
  5. @@ -8,6 +8,8 @@
  6. #if WITH_OPENSSL /* make this address configure dependend */
  7. #include <openssl/conf.h>
  8. #include <openssl/x509v3.h>
  9. +#include <openssl/dh.h>
  10. +#include <openssl/bn.h>
  11. #include "xioopen.h"